diff --git a/Makefile b/Makefile index 91cec9b..847203d 100644 --- a/Makefile +++ b/Makefile @@ -103,6 +103,12 @@ install-cd: $(BUILD_DIR)/socks-kernel.iso compile-db: $(BUILD_DIR)/compile_commands.json +kext-list: + @./tools/socks.kexttool list + +kext-config: + @./tools/socks.kexttool select + tools: @$(MAKE) --no-print-directory -C tools