aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
from:
to:
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9d39bf4..4e851af 100644
--- a/Makefile
+++ b/Makefile
@@ -158,7 +158,7 @@ $(DOC_PDF): %.pdf : %.txt
clean: clean-doc
$(RM) cgit VERSION CGIT-CFLAGS *.o tags
- $(RM) -r .deps
+ $(RM) -r .depend
cleanall: clean
$(MAKE) -C git clean