may not be gnu make

This commit is contained in:
lifning 2024-03-03 14:00:19 -08:00
parent ae10dfa6c6
commit a4c1f12d17

View file

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