mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 12:21:52 +09:00
better makefile
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
.DEFAULT_GOAL := what
|
||||||
|
|
||||||
|
what:
|
||||||
|
./make_print_description_then_exit.sh
|
||||||
|
|
||||||
assets:
|
assets:
|
||||||
./make_assets_release.sh || true
|
./make_assets_release.sh || true
|
||||||
|
|
||||||
@@ -20,4 +25,4 @@ windows:
|
|||||||
./build_app_windows_x86.sh
|
./build_app_windows_x86.sh
|
||||||
|
|
||||||
all:
|
all:
|
||||||
./build_app_all.sh
|
./build_app_all.sh
|
||||||
@@ -4,6 +4,6 @@
|
|||||||
./build_app_mac_arm.sh
|
./build_app_mac_arm.sh
|
||||||
./build_app_mac_x86.sh
|
./build_app_mac_x86.sh
|
||||||
./build_app_windows_x86.sh
|
./build_app_windows_x86.sh
|
||||||
|
./build_app_linux_arm.sh
|
||||||
echo "IMPORTANT NOTE:"
|
#echo "IMPORTANT NOTE:"
|
||||||
echo "ARM executable cannot be created on AMD64 platform (seems to be a bug in the appimagetool. Use actual ARM Linux to build ARM Linux executable."
|
#echo "ARM executable cannot be created on AMD64 platform (seems to be a bug in the appimagetool. Use actual ARM Linux to build ARM Linux executable."
|
||||||
4
buildapp/make_print_description_then_exit.sh
Executable file
4
buildapp/make_print_description_then_exit.sh
Executable file
@@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
echo "run 'make assets' to create Assets directory for the building first, then"
|
||||||
|
echo "run 'make all' to build 5 executables for the release."
|
||||||
|
exit 0
|
||||||
Reference in New Issue
Block a user