From a096a4b1b8e5df58cd94124ce77325d4215ce137 Mon Sep 17 00:00:00 2001 From: Matthew Grasmick Date: Wed, 1 Jun 2016 10:50:52 -0400 Subject: [PATCH] Adding Makefile for Tugboat. --- template/scripts/tugboat/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 template/scripts/tugboat/Makefile diff --git a/template/scripts/tugboat/Makefile b/template/scripts/tugboat/Makefile new file mode 100644 index 0000000000..ab9fb7f2ba --- /dev/null +++ b/template/scripts/tugboat/Makefile @@ -0,0 +1,8 @@ +tugboat-init: + scripts/tugboat/init.sh + +tugboat-update: + scripts/tugboat/update.sh + +tugboat-build: + scripts/tugboat/build.sh