Makefile: remove CGIT-CFLAGS files in clean stage

このコミットが含まれているのは:
Jason A. Donenfeld 2013-03-20 21:14:22 +01:00
コミット 121089ced5

ファイルの表示

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