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