diff --git a/src/Makefile b/src/Makefile index f8b7bce3..a2691bca 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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)