aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-01-28 22:13:51 -0800
committerBruce Hill <bruce@bruce-hill.com>2021-01-28 22:13:51 -0800
commit2aa5f544a7a03c1ad59c70ed149911aa3ece0898 (patch)
tree0273c184d85863da1b17bebd286a8b7002ec4ffb /Makefile
parent657330ddd6d7a67e16c198b4e9ad2aac239d4799 (diff)
Reorganized header files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ff07c87..8370baf 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ all: $(NAME)
clean:
rm -f $(NAME) $(OBJFILES)
-.c.o:
+%.o: %.c %.h types.h utils.h
$(CC) -c $(CFLAGS) $(CWARN) $(G) $(O) -o $@ $<
$(NAME): $(OBJFILES) bb.c