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:
|
clean:
|
||||||
-rm -f mklive.sh
|
-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…
x
Reference in New Issue
Block a user