Willem Cazander
b78d3e5c1f
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -12s
8 lines
316 B
Makefile
8 lines
316 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>")
|
||
|