1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2025-01-15 03:49:56 +00:00
InForm/setup_osx.command

8 lines
114 B
Text
Raw Normal View History

2022-10-13 00:36:39 +00:00
# InForm for QB64-PE Setup script
cd "$(dirname "$0")"
echo "Compiling InForm..."
make clean OS=osx
make OS=osx