diff options
Diffstat (limited to 'homebrew/md/.make.sh-auto')
-rw-r--r-- | homebrew/md/.make.sh-auto | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/homebrew/md/.make.sh-auto b/homebrew/md/.make.sh-auto new file mode 100644 index 000000000..979e7e874 --- /dev/null +++ b/homebrew/md/.make.sh-auto @@ -0,0 +1,5 @@ +pkg:setup +cd "md" +ENV.cc ENV.cflags -o md md.c +bin.install "md" +man1.install "md.1" |