diff options
author | tlatorre <tlatorre@uchicago.edu> | 2021-01-14 12:03:13 -0600 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2021-01-14 12:03:13 -0600 |
commit | b390352c9f3fc0f5d80ded11ace2c6f4271674fd (patch) | |
tree | 01d9f4ca11512bfe36362a90cd3eb9178292da95 /Makefile | |
parent | d294a76de198ac83794f0cffa32d148919c060c3 (diff) | |
download | sddm-b390352c9f3fc0f5d80ded11ace2c6f4271674fd.tar.gz sddm-b390352c9f3fc0f5d80ded11ace2c6f4271674fd.tar.bz2 sddm-b390352c9f3fc0f5d80ded11ace2c6f4271674fd.zip |
add archive target to makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |