aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 24a8580..f2b087c 100644
--- a/Makefile
+++ b/Makefile
@@ -10,4 +10,7 @@ default: all
doc:
cd doc && "$(MAKE)"
-.PHONY: doc
+archive:
+ git archive --format=tar master | gzip > snotdaq-master.tar.gz
+
+.PHONY: doc archive