Makefile: added a dist target.
This commit is contained in:
parent
84ea05d975
commit
411df83ee0
7
Makefile
7
Makefile
|
@ -17,4 +17,9 @@ install: all
|
|||
clean:
|
||||
-rm -f mklive.sh
|
||||
|
||||
.PHONY: all clean install
|
||||
dist:
|
||||
@echo "Building distribution tarball for tag: v$(VERSION) ..."
|
||||
-@git archive --format=tar --prefix=void-mklive-$(VERSION)/ \
|
||||
v$(VERSION) | xz -9 > ~/void-mklive-$(VERSION).tar.xz
|
||||
|
||||
.PHONY: all clean install dist
|
||||
|
|
Loading…
Reference in New Issue