diff options
Diffstat (limited to 'homebrew/picat/.make.sh-auto')
-rw-r--r-- | homebrew/picat/.make.sh-auto | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/homebrew/picat/.make.sh-auto b/homebrew/picat/.make.sh-auto new file mode 100644 index 000000000..ab0219358 --- /dev/null +++ b/homebrew/picat/.make.sh-auto @@ -0,0 +1,7 @@ +pkg:setup +inreplace "emu/Makefile.picat.mac64", "/usr/local/bin/gcc", "gcc" +make -C emu -f Makefile.picat.mac64 +bin.install "emu/picat_macx" => "picat" +prefix.install "lib" => "pi_lib" +doc.install Dir["doc/*"] +pkgshare.install "exs" |