aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 46815c33..6c111cdc 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@ SipHash/halfsiphash.c:
tags:
ctags *.[ch] **/*.[ch]
-%.o: %.c
+%.o: %.c ast.h compile.h enums.h environment.h parse.h structs.h typecheck.h types.h
$(CC) $(CFLAGS) -c $< -o $@
%.tm.testresult: %.tm tomo