ryudo/build.sh

10 lines
102 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