ryudo/build.sh

11 lines
103 B
Bash
Raw Normal View History

2021-05-13 02:50:09 +00:00
#!/bin/sh
2021-11-11 06:45:17 +00:00
if [ ! -e config.h ]; then
cp config.def.h config.h
fi
2021-05-13 02:50:09 +00:00
mk clean
mk o.rio
mv o.rio ryudo