diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 8c00190..83d4716 100644 --- a/Makefile +++ b/Makefile | |||
@@ -130,7 +130,7 @@ $(DOC_PDF): %.pdf : %.txt | |||
130 | a2x -f pdf cgitrc.5.txt | 130 | a2x -f pdf cgitrc.5.txt |
131 | 131 | ||
132 | clean: clean-doc | 132 | clean: clean-doc |
133 | $(RM) cgit VERSION *.o tags | 133 | $(RM) cgit VERSION CGIT-CFLAGS *.o tags |
134 | $(RM) -r .deps | 134 | $(RM) -r .deps |
135 | 135 | ||
136 | cleanall: clean | 136 | cleanall: clean |