-
Build, and compile gni:
make compile_c
-
Build, compile and run gni:
make run_c
-
Release mode:
For all make cmds you can also pass
BUILD_MODE=release
for rust's release mode:make run_c BUILD_MODE=release
-
Remove build artifacts:
make clean
```
$ make compile_c
$ ./main_c
<ID>
```
There are 2 steps to make use of GNI on an existing c project: