ryudo/build.sh
2021-11-10 23:45:17 -07:00

10 lines
103 B
Bash
Executable file

#!/bin/sh
if [ ! -e config.h ]; then
cp config.def.h config.h
fi
mk clean
mk o.rio
mv o.rio ryudo