mirror of
https://github.com/ZaidElkurdi/AssistantPlus.git
synced 2025-01-23 03:48:31 +00:00
9 lines
278 B
Makefile
Executable File
9 lines
278 B
Makefile
Executable File
export GO_EASY_ON_ME=1
|
|
|
|
TOOL_NAME = assistantplus_root_helper
|
|
assistantplus_root_helper_INSTALL_PATH = /Applications/AssistantPlusApp.app
|
|
assistantplus_root_helper_OBJC_FILES = assistantplus_root_helper.c
|
|
|
|
include $(THEOS)/makefiles/common.mk
|
|
include $(THEOS)/makefiles/tool.mk
|