summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorCarson Fleming <[email protected]>2026-02-14 02:53:37 -0500
committerCarson Fleming <[email protected]>2026-02-14 02:53:37 -0500
commit9ef0abf7ab5266f6b58c0e55bbe9dd9038bc7f6e (patch)
tree54abfa548d7aae56c1ace1a72bce8581570b5fd2 /makefile
parent1a08245d480b8a18fcbc80efd8602cdb90d6ed5e (diff)
downloadsafec-9ef0abf7ab5266f6b58c0e55bbe9dd9038bc7f6e.tar.gz
more like dangerousc.org atp
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 6f80fb0..fdfa617 100644
--- a/makefile
+++ b/makefile
@@ -17,7 +17,7 @@ $(BUILD_DIR):
$(TARGET): $(OBJS)
ar rcs $@ $^
-$(BUILD_DIR)/%.o: %.c
+$(BUILD_DIR)/%.o: %.c *.h
$(CC) $(CFLAGS) $< -o $@
clean: