summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bd5721a..858231d 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ test-it: $(TARGET) test-it.o
clean:
rm -f *.o *.dep $(TARGET) test-it
-dep: $(ALL_DEPS)
+dep: $(DEP_LIST)
%.dep : %.c
$(CC) $(CPPFLAGS) -M -MF $@ $<