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:
4
Makefile
4
Makefile
@@ -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/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user