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
b23f229ca5
ryudo
/
build.sh
11 lines
103 B
Bash
Raw
Normal View
History
Unescape
Escape
change build system
2021-05-13 02:50:09 +00:00
#!/bin/sh
update helpers
2021-11-11 06:45:17 +00:00
if
[
! -e config.h
]
;
then
use config.def.h -> config.h and document it in the manpage; v1.0
2021-09-22 05:26:52 +00:00
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