From 0086607a9442e316f0476316962b3d0f4a6be09c Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Tue, 23 Jan 2018 22:39:53 -0500 Subject: stop adding build.tar.gz to the release --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index 3a3083b5..e45fabb8 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 -- cgit v1.2.3