diff options
Diffstat (limited to 'homebrew/libtcod/.make.sh-auto')
-rw-r--r-- | homebrew/libtcod/.make.sh-auto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/libtcod/.make.sh-auto b/homebrew/libtcod/.make.sh-auto new file mode 100644 index 000000000..17ef43228 --- /dev/null +++ b/homebrew/libtcod/.make.sh-auto @@ -0,0 +1,6 @@ +pkg:setup +cd "build/autotools" +autoreconf -fiv +pkg:configure +make +lib.install Dir[".libs/*{.a,.dylib}"] |