aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-07-23 12:27:14 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-07-23 12:27:14 -0400
commit6467e6c9d08865e48a9b4ae021c34c92936cc98c (patch)
tree10885360433ea04cb5626c4f6a05449d812d5db4
parent9ac51bf2f3537895d63c0ce0964ed3d65f707259 (diff)
Tweak Make deps
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6c111cdc..f642547d 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