all repos — cgit @ 121089ced5e1d3f3103cbc2b37f5fb579d800915

a hyperfast web frontend for git written in c

Makefile: remove CGIT-CFLAGS files in clean stage
Jason A. Donenfeld Jason@zx2c4.com
Wed, 20 Mar 2013 21:14:22 +0100
commit

121089ced5e1d3f3103cbc2b37f5fb579d800915

parent

977a3ad7bf212e6ec7f43c16763321061ee64a69

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M MakefileMakefile

@@ -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