cgit

commit 121089ced5e1d3f3103cbc2b37f5fb579d800915

Author: Jason A. Donenfeld <Jason@zx2c4.com>

Makefile: remove CGIT-CFLAGS files in clean stage

 Makefile | 2 +-


diff --git a/Makefile b/Makefile
index 8c00190d15cfa146f9044d7ab86a9699b188a252..83d471665e3ca2af793fa4fac8eade40890f0a8e 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