aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Jason A. Donenfeld <Jason@zx2c4.com>2013-03-21 05:14:22 (JST)
committerGravatar Jason A. Donenfeld <Jason@zx2c4.com>2013-03-21 05:14:22 (JST)
commit121089ced5e1d3f3103cbc2b37f5fb579d800915 (patch)
treedd40200d56b444b44cd05558ce74bb3a8e75cdd3 /Makefile
parent977a3ad7bf212e6ec7f43c16763321061ee64a69 (diff)
downloadcgit-121089ced5e1d3f3103cbc2b37f5fb579d800915.zip
cgit-121089ced5e1d3f3103cbc2b37f5fb579d800915.tar.gz
Makefile: remove CGIT-CFLAGS files in clean stage
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8c00190..83d4716 100644
--- a/Makefile
+++ b/Makefile
@@ -130,7 +130,7 @@ $(DOC_PDF): %.pdf : %.txt
130 a2x -f pdf cgitrc.5.txt 130 a2x -f pdf cgitrc.5.txt
131 131
132clean: clean-doc 132clean: clean-doc
133 $(RM) cgit VERSION *.o tags 133 $(RM) cgit VERSION CGIT-CFLAGS *.o tags
134 $(RM) -r .deps 134 $(RM) -r .deps
135 135
136cleanall: clean 136cleanall: clean