mirror of
https://github.com/kennethreitz/super-sphere.git
synced 2026-06-05 23:20:20 +00:00
6 lines
124 B
Makefile
6 lines
124 B
Makefile
build:
|
|
rm -fr supersphere.love
|
|
zip -r dist/supersphere.love assets lib *.lua
|
|
|
|
android:
|
|
cd dist/android && ./gradlew build
|