mirror of
https://github.com/love2d/megasource.git
synced 2026-08-17 11:11:35 +02:00
9 lines
108 B
Bash
9 lines
108 B
Bash
#!/bin/sh
|
|
ruby extconf.rb
|
|
make
|
|
cd ..
|
|
ruby installer.rb
|
|
cd physfs
|
|
ruby install.rb
|
|
cd test
|
|
ruby test_physfs.rb |