ryudo/build.sh

15 lines
193 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
if which clang-format > /dev/null; then
clang-format -i ./*.c ./*.h ./*/*.c ./*/*.h
fi
2021-05-13 02:50:09 +00:00
mk clean
mk o.rio
mv o.rio ryudo