]> git.cameronkatri.com Git - cgit.git/commitdiff
Makefile: remove CGIT-CFLAGS files in clean stage
authorJason A. Donenfeld <Jason@zx2c4.com>
Wed, 20 Mar 2013 20:14:22 +0000 (21:14 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Wed, 20 Mar 2013 20:14:22 +0000 (21:14 +0100)
Makefile

index 8c00190d15cfa146f9044d7ab86a9699b188a252..83d471665e3ca2af793fa4fac8eade40890f0a8e 100644 (file)
--- 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