From 9ac51bf2f3537895d63c0ce0964ed3d65f707259 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 23 Jul 2024 12:25:54 -0400 Subject: Add headers to make deps --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3