summaryrefslogtreecommitdiff
path: root/homebrew/chapel/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/chapel/.make.sh-auto')
-rw-r--r--homebrew/chapel/.make.sh-auto10
1 files changed, 10 insertions, 0 deletions
diff --git a/homebrew/chapel/.make.sh-auto b/homebrew/chapel/.make.sh-auto
new file mode 100644
index 000000000..1020473fd
--- /dev/null
+++ b/homebrew/chapel/.make.sh-auto
@@ -0,0 +1,10 @@
+pkg:setup
+libexec.install Dir["*"]
+ENV["CHPL_HOME"] = libexec
+ENV["CHPL_REGEXP"] = "re2"
+cd libexec
+make
+make chpldoc
+make test-venv
+make mason
+make cleanall