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