may not be gnu make
This commit is contained in:
parent
ae10dfa6c6
commit
a4c1f12d17
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ git submodule update --init
|
|||
|
||||
### for unixesques
|
||||
```sh
|
||||
cmake -B_build
|
||||
make -C_build -j$(nproc)
|
||||
cmake -B_build -DCMAKE_BUILD_TYPE=Release
|
||||
cmake --build _build --config Release --parallel
|
||||
_build/cgbwebcam gbcamera.gb # provide your own rom, of course
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue