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
|
### for unixesques
|
||||||
```sh
|
```sh
|
||||||
cmake -B_build
|
cmake -B_build -DCMAKE_BUILD_TYPE=Release
|
||||||
make -C_build -j$(nproc)
|
cmake --build _build --config Release --parallel
|
||||||
_build/cgbwebcam gbcamera.gb # provide your own rom, of course
|
_build/cgbwebcam gbcamera.gb # provide your own rom, of course
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue