summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0a7e903..b8ae63e 100644
--- a/Makefile
+++ b/Makefile
@@ -20,9 +20,10 @@
VERSION = "0.1.0"
-all: tarball
+all:
+ @echo "Run 'make dist' to create a tarball."
-tarball:
+dist:
@tar -c -v -z --exclude=.git --exclude=Makefile \
--exclude=sigrok-dumps-$(VERSION).tar.gz \
-f sigrok-dumps-$(VERSION).tar.gz *