mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-13 03:10:10 +01:00
9 lines
79 B
Plaintext
9 lines
79 B
Plaintext
|
#!/bin/csh
|
||
|
|
||
|
set echo
|
||
|
|
||
|
cd ../base
|
||
|
make
|
||
|
cd ../geckoterm
|
||
|
rm xmlterm; make xmlterm
|