mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-13 03:10:10 +01:00
8 lines
93 B
Plaintext
8 lines
93 B
Plaintext
|
#!/bin/csh
|
||
|
set echo
|
||
|
|
||
|
pushd ../base
|
||
|
make STAND_ALONE=1 export libs
|
||
|
popd
|
||
|
make STAND_ALONE=1 $*
|