aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
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)