2
Fork 0

Renamed to new function names.

This commit is contained in:
Willem Cazander 2024-07-10 22:35:57 +02:00
parent 8de2845d87
commit 8087dcaab7
5 changed files with 24 additions and 26 deletions

View file

@ -7,10 +7,10 @@ DIST_RUN_DEP := $(DIST_RUN_BIN)/tara.com
BUILD_HELP += \\n\\t* $(DIST_RUN_NAME)
$(DIST_RUN_BIN):
$(call mb_mkdir,$(DIST_RUN_BIN))
$(call mb_make_call,mb_os_dir_create,$(DIST_RUN_BIN))
$(DIST_RUN_DEP): $(DIST_RUN_DEP_TAR) | $(DIST_RUN_BIN)
$(call mb_copy,$(PATH_BIN)/dist/*,$(DIST_RUN_BIN))
$(call mb_make_call,mb_os_file_copy,$(PATH_BIN)/dist/*,$(DIST_RUN_BIN))
$(DIST_RUN_NAME): $(DIST_RUN_DEP)
$(call mb_msxpipe_run_gui_mouse,$(DIST_RUN_BIN),tara)
$(call mb_make_call,mb_msxpipe_run_gui_mouse,$(DIST_RUN_BIN),tara)