better makefile

This commit is contained in:
minjaesong
2024-06-28 12:58:15 +09:00
parent 86fbe65e01
commit 7582eae1ee
3 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
.DEFAULT_GOAL := what
what:
./make_print_description_then_exit.sh
assets:
./make_assets_release.sh || true
@@ -20,4 +25,4 @@ windows:
./build_app_windows_x86.sh
all:
./build_app_all.sh
./build_app_all.sh