the repository which powers this website
Makefile: remove CGIT-CFLAGS files in clean stage
Jason A. Donenfeld 2013-03-21
parent 977a3ad · commit 121089c
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8c00190d..83d47166 100644
--- a/Makefile
+++ b/Makefile
@@ -130,7 +130,7 @@ $(DOC_PDF): %.pdf : %.txt
a2x -f pdf cgitrc.5.txt
clean: clean-doc
- $(RM) cgit VERSION *.o tags
+ $(RM) cgit VERSION CGIT-CFLAGS *.o tags
$(RM) -r .deps
cleanall: clean