Initialize this module with a name by executing:
./init.sh <module's name> <dist path>
After this, you can compile your module by:
make
Load this module by:
make load
Unload this module by:
make unload
If you use clangd
, you can generate the json file by:
make clangd # Requires an active installation of bear (v3)