1
0
mirror of https://github.com/limosek/zaf.git synced 2026-01-10 02:37:04 +01:00

Added tgz package support

This commit is contained in:
Lukas Macura
2017-03-19 19:56:58 +01:00
parent 8b81fea72c
commit 6913033874
2 changed files with 36 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ include deb.mk
include arch.mk
include ipk.mk
include rpm.mk
include tgz.mk
CONTROLFILES=$(foreach p,$(PLUGINS),$(p)/control.zaf)
ZAF_EXPORT_OPTS=$(foreach o,$(ZAF_OPTIONS),$(shell echo $(o)|cut -d '=' -f 1))
@@ -35,6 +36,9 @@ rpm: $(RPM_PKG)
ipk: $(IPK_PKG)
tar: tgz
tgz: $(TGZ_PKG)
clean:
@rm -rf tmp/* out/*