mirror of
https://github.com/love2d/love-android.git
synced 2026-08-18 11:44:13 +02:00
9 lines
108 B
Bash
Executable File
9 lines
108 B
Bash
Executable File
#!/bin/sh
|
|
ruby extconf.rb
|
|
make
|
|
cd ..
|
|
ruby installer.rb
|
|
cd physfs
|
|
ruby install.rb
|
|
cd test
|
|
ruby test_physfs.rb |