This website requires JavaScript.
Explore
Help
Sign In
SymbX
/
s8-bathlight
Watch
1
Star
0
Fork
You've already forked s8-bathlight
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6f3f8fa6f5
s8-bathlight
/
build.sh
5 lines
100 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
mkdir -p build
(
cd
build
&&
cmake --toolchain ../_cmake/sdcc-toolchain.cmake ..
&&
make
)
Reference in New Issue
View Git Blame
Copy Permalink