mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-06 08:38:30 +09:00
makefile script for the lulz
This commit is contained in:
23
buildapp/Makefile
Normal file
23
buildapp/Makefile
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
assets:
|
||||||
|
./make_assets_release.sh || true
|
||||||
|
|
||||||
|
linux_x86:
|
||||||
|
./build_app_linux_x86.sh
|
||||||
|
|
||||||
|
linux_arm:
|
||||||
|
./build_app_linux_arm.sh
|
||||||
|
|
||||||
|
mac:
|
||||||
|
./build_app_mac_arm.sh
|
||||||
|
|
||||||
|
mac_arm:
|
||||||
|
./build_app_mac_arm.sh
|
||||||
|
|
||||||
|
mac_x86:
|
||||||
|
./build_app_mac_x86.sh
|
||||||
|
|
||||||
|
windows:
|
||||||
|
./build_app_windows_x86.sh
|
||||||
|
|
||||||
|
all:
|
||||||
|
./build_app_all.sh
|
||||||
0
buildapp/appimagetool-x86_64.AppImage
Normal file → Executable file
0
buildapp/appimagetool-x86_64.AppImage
Normal file → Executable file
Reference in New Issue
Block a user