diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $@ $< |