Willem Cazander
760ebffb6f
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 8s
8 lines
312 B
Makefile
8 lines
312 B
Makefile
|
||
define mb-package-create-archive
|
||
$(MB_ᕽᕽᕽ )$(call mb-make-call,mb-os-echo-command,$(MB_I18N_PACKAGE_CREATE_ARCHIVE) $(2))
|
||
$(MB_ᕽᕽᕽ )tar -czf $(2) -C $(1) `ls $(1)`
|
||
endef
|
||
$(call mb-make-call,mb-doc-function,mb-package-create_archive,Create an distribution archive.,<dir> <artifact>)
|
||
|