diff --git a/src/Makefile b/src/Makefile
index 63bf18333f..801a2e247a 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