summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 63bf1833..801a2e24 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -128,7 +128,7 @@ tags:
ctags -R
clean:
- rm -f $(objects) $(deps)
+ rm -f $(objects) $(deps) .version.cc .version.o
dist:
@if ! [ -d ../.git ]; then echo "make dist can only run from a git repo"; false; fi