This website requires JavaScript.
Explore
Help
Sign in
nilix
/
ryudo
Watch
1
Star
0
Fork
You've already forked ryudo
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
aea66ef8e2
ryudo
/
build.sh
11 lines
102 B
Bash
Raw
Normal View
History
Unescape
Escape
change build system
2021-05-13 02:50:09 +00:00
#!/bin/sh
use config.def.h -> config.h and document it in the manpage; v1.0
2021-09-22 05:26:52 +00:00
if
[
! -e config.h
]
;
then
cp config.def.h config.h
fi
change build system
2021-05-13 02:50:09 +00:00
mk clean
mk o.rio
mv o.rio ryudo
Reference in a new issue
Copy permalink