diff --git a/PatchBlueTool/Makefile b/PatchBlueTool/Makefile new file mode 100644 index 000000000..ab80ed684 --- /dev/null +++ b/PatchBlueTool/Makefile @@ -0,0 +1,7 @@ +include $(THEOS)/makefiles/common.mk + +TOOL_NAME = PatchBlueTool + +PatchBlueTool_FILES = PatchBlueTool.c + +include $(THEOS_MAKE_PATH)/tool.mk