summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-05-18 14:32:48 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-05-18 14:32:48 +0000
commit2a58baccb438fb9ffd4370bd0c83727a654e5709 (patch)
treee5d9c81c660bb6d4332e4d0b558effea119e3dce
parent221d46e0afb82c049041a571929faf0ea85f2ba5 (diff)
downloadinfrastructure-2a58baccb438fb9ffd4370bd0c83727a654e5709.tar.gz
mason: TEMP: add a Makefile as a developer convenience
-rw-r--r--mason/Makefile8
1 files changed, 8 insertions, 0 deletions
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 /)