diff --git a/Makefile b/Makefile index 3a3083b55..e45fabb87 100644 --- a/Makefile +++ b/Makefile @@ -10,8 +10,5 @@ dist: distclean cp *.inx dist cd dist; tar zcf ../inkstitch-$(VERSION)-$(OS)-$(ARCH).tar.gz * - # This is only here for debugging the build. - tar zcf build.tar.gz build - distclean: rm -rf build dist *.spec *.tar.gz