aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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