0
0
mirror of https://git.zx2c4.com/cgit synced 2025-03-12 11:18:45 +00:00

Makefile: remove CGIT-CFLAGS files in clean stage

This commit is contained in:
Jason A. Donenfeld 2013-03-20 21:14:22 +01:00
parent 977a3ad7bf
commit 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