diff options
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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 | 
