may not be gnu make

This commit is contained in:
lifning 2024-03-03 14:00:19 -08:00
parent ae10dfa6c6
commit a4c1f12d17
1 changed files with 2 additions and 2 deletions

View File

@ -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
```