From 9585b5964ca8407e2b95c5d28fef762e0338508a Mon Sep 17 00:00:00 2001 From: "matthias.ringwald" Date: Thu, 28 Feb 2013 22:58:42 +0000 Subject: [PATCH] theos makefile for PatchBlueTool --- PatchBlueTool/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 PatchBlueTool/Makefile 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