summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2018-01-23 22:39:53 -0500
committerLex Neva <github.com@lexneva.name>2018-01-23 22:39:53 -0500
commit0086607a9442e316f0476316962b3d0f4a6be09c (patch)
tree8dd16ea1e0586832f040d8ba29a43607342db65e
parent2ab622bdf0465a7e8ecbccf7a084fb2a2fe59752 (diff)
stop adding build.tar.gz to the release
-rw-r--r--Makefile3
1 files changed, 0 insertions, 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