makefile script for the lulz

This commit is contained in:
minjaesong
2024-02-11 20:01:28 +09:00
parent 9c29cbb409
commit 8e97914834
2 changed files with 23 additions and 0 deletions

23
buildapp/Makefile Normal file
View 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
View File