diff options
author | pixel <pixel> | 2007-09-20 22:36:41 +0000 |
---|---|---|
committer | pixel <pixel> | 2007-09-20 22:36:41 +0000 |
commit | 4b5fcafe9312a0c93eace471bdbbc2bc67cb6bdb (patch) | |
tree | 15adc4cec426d1c69bc8b0335ab3a2259e294fb6 /Makefile | |
parent | 26fcbbdd26a389b6979a966ae8dd49a40a6a1d05 (diff) |
Fixing dependancies
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 $@ $< |