aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortlatorre <tlatorre@uchicago.edu>2021-01-14 12:03:13 -0600
committertlatorre <tlatorre@uchicago.edu>2021-01-14 12:03:13 -0600
commitb390352c9f3fc0f5d80ded11ace2c6f4271674fd (patch)
tree01d9f4ca11512bfe36362a90cd3eb9178292da95
parentd294a76de198ac83794f0cffa32d148919c060c3 (diff)
downloadsddm-b390352c9f3fc0f5d80ded11ace2c6f4271674fd.tar.gz
sddm-b390352c9f3fc0f5d80ded11ace2c6f4271674fd.tar.bz2
sddm-b390352c9f3fc0f5d80ded11ace2c6f4271674fd.zip
add archive target to makefile
-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