diff --git a/template/scripts/Makefile b/template/scripts/Makefile deleted file mode 100644 index 7ebdf0b091..0000000000 --- a/template/scripts/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -tugboat-init: - util/tugboat/init.sh - -tugboat-update: - util/tugboat/update.sh - -tugboat-build: - util/tugboat/build.sh 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