Makefile: remove CGIT-CFLAGS files in clean stage

这个提交包含在:
Jason A. Donenfeld 2013-03-20 21:14:22 +01:00
父节点 977a3ad7bf
当前提交 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