From 2a58baccb438fb9ffd4370bd0c83727a654e5709 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Mon, 18 May 2015 14:32:48 +0000 Subject: mason: TEMP: add a Makefile as a developer convenience --- mason/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 mason/Makefile diff --git a/mason/Makefile b/mason/Makefile new file mode 100644 index 00000000..daecb04c --- /dev/null +++ b/mason/Makefile @@ -0,0 +1,8 @@ +# This Makefile is a developer convenience only!! +# +# If you are developing the Mason setup scripts, you can use 'make install' +# to overwrite the ones in your machine. + + +install: + (cd .. && ./mason.configure /) -- cgit v1.2.1