makefile voodoo

This commit is contained in:
Olaf Rempel 2009-03-15 14:44:10 +01:00
parent 0cf62d04a9
commit c053654089
1 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,6 @@ $(TARGET2): $(SRC2:.c=.o)
@$(CC) -c $(CFLAGS) $< -o $@
clean:
rm -rf $(TARGET1) $(TARGET2) *.o *.d
rm -rf $(TARGET1) $(TARGET2) *.o *.d *.log *.sock
-include $(shell find . -name \*.d 2> /dev/null)