From 6467e6c9d08865e48a9b4ae021c34c92936cc98c Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 23 Jul 2024 12:27:14 -0400 Subject: [PATCH] Tweak Make deps --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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