1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2024-05-12 06:50:12 +00:00
InForm/setup_inform_osx.command

8 lines
198 B
Plaintext
Raw Normal View History

2023-05-08 20:53:53 +00:00
# InForm for QB64-PE Setup script
2023-05-08 20:53:53 +00:00
cd "$(dirname "$0")"
2023-05-08 20:53:53 +00:00
echo "Compiling InForm..."
make -f makefile.inform clean OS=osx QB64PE_PATH=../QB64pe/
make -f makefile.inform OS=osx QB64PE_PATH=../QB64pe/