diff --git a/Makefile b/Makefile
index 4ef5140a16f9c5544b5bd528289fe13027772456..6e7c13d97ee8ceb8c8682c36b9a68f60b95c3b9a 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ rmtranslations:
 	bash -c "./translate remove"
 alltranslations:
 	bash -c "./translate translations"
-tidyup:
+tidy:
 	./tidyup src/*
 source:
 	tar -cvf ../${APP}_${VERSION}.orig.tar ../${APP}-${VERSION} --exclude-vcs
@@ -61,7 +61,6 @@ uninstall:
 	rm -rf /etc/${APP}
 	bash -c "./translate uninstall"
 clean:
-	./tidyup src/*
-	rm -f \#* \.#* debian/*.substvars debian/*.log
+	rm -f \#* \.#* debian/*.substvars debian/*.log src/*~
 	rm -fr deb.* debian/${APP}
 	rm -f ../${APP}*.deb ../${APP}*.changes ../${APP}*.asc ../${APP}*.dsc