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