diff --git a/Makefile b/Makefile index 6c111cd..f642547 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ SipHash/halfsiphash.c: tags: ctags *.[ch] **/*.[ch] -%.o: %.c ast.h compile.h enums.h environment.h parse.h structs.h typecheck.h types.h +%.o: %.c ast.h environment.h types.h $(CC) $(CFLAGS) -c $< -o $@ %.tm.testresult: %.tm tomo