ryudo/build.sh

11 lines
102 B
Bash
Raw Normal View History

2021-05-13 02:50:09 +00:00
#!/bin/sh
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