summaryrefslogtreecommitdiff
path: root/homebrew/ecm/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/ecm/.make.sh-auto')
-rw-r--r--homebrew/ecm/.make.sh-auto4
1 files changed, 4 insertions, 0 deletions
diff --git a/homebrew/ecm/.make.sh-auto b/homebrew/ecm/.make.sh-auto
new file mode 100644
index 000000000..03772cde6
--- /dev/null
+++ b/homebrew/ecm/.make.sh-auto
@@ -0,0 +1,4 @@
+pkg:setup
+ENV.cc -o ecm ecm.c
+ENV.cc -o unecm unecm.c
+bin.install "ecm", "unecm"