summaryrefslogtreecommitdiff
path: root/homebrew/awk/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/awk/.make.sh-auto')
-rw-r--r--homebrew/awk/.make.sh-auto6
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/awk/.make.sh-auto b/homebrew/awk/.make.sh-auto
new file mode 100644
index 000000000..d8727c2b4
--- /dev/null
+++ b/homebrew/awk/.make.sh-auto
@@ -0,0 +1,6 @@
+pkg:setup
+ENV.O3
+ENV.deparallelize
+make CC=${PKG_TARG}-clang CFLAGS=${CFLAGS} YACC=yacc -d
+bin.install "a.out" => "awk"
+man1.install "awk.1"