diff options
Diffstat (limited to 'homebrew/compcert/.make.sh-auto')
-rw-r--r-- | homebrew/compcert/.make.sh-auto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/homebrew/compcert/.make.sh-auto b/homebrew/compcert/.make.sh-auto new file mode 100644 index 000000000..55188d301 --- /dev/null +++ b/homebrew/compcert/.make.sh-auto @@ -0,0 +1,4 @@ +pkg:setup +pkg:configure -prefix prefix x86_64-macosx -ignore-coq-version +make all +make DESTDIR=${PKG_DEST} install |