This website requires JavaScript.
Explore
Help
Register
Sign In
slococo-uni
/
bfbcompiler
Watch
1
Star
0
Fork
You've already forked bfbcompiler
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
bfbcompiler
/
compile.sh
8 lines
93 B
Bash
Executable File
Raw
Permalink
Blame
History
#!/bin/sh
if
[
! -d
"bin"
]
;
then
cmake -S . -B bin
fi
cmake --build bin --clean-first
Reference in New Issue
View Git Blame
Copy Permalink