1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2024-05-06 12:00:13 +00:00
InForm/setup_inform_osx.command
2023-05-09 02:23:53 +05:30

8 lines
198 B
Bash
Executable file

# InForm for QB64-PE Setup script
cd "$(dirname "$0")"
echo "Compiling InForm..."
make -f makefile.inform clean OS=osx QB64PE_PATH=../QB64pe/
make -f makefile.inform OS=osx QB64PE_PATH=../QB64pe/