Ignore and clean .depend
This commit is contained in:
parent
876bd89f4b
commit
36e16cef47
@ -151,7 +151,7 @@ install: $(TARGET)
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(TARGET) $(RCLINKS) $(RCPRIVLINKS)
|
rm -f $(TARGET) $(RCLINKS) $(RCPRIVLINKS)
|
||||||
rm -f *.o *~ *.core *.so
|
rm -f *.o *~ *.core *.so .depend
|
||||||
|
|
||||||
-include .depend
|
-include .depend
|
||||||
.depend: $(wildcard *.c *.h)
|
.depend: $(wildcard *.c *.h)
|
||||||
|
Loading…
Reference in New Issue
Block a user