Ignore and clean .depend

This commit is contained in:
Roy Marples 2007-04-13 15:23:03 +00:00
parent 876bd89f4b
commit 36e16cef47

View File

@ -151,7 +151,7 @@ install: $(TARGET)
clean:
rm -f $(TARGET) $(RCLINKS) $(RCPRIVLINKS)
rm -f *.o *~ *.core *.so
rm -f *.o *~ *.core *.so .depend
-include .depend
.depend: $(wildcard *.c *.h)