mirror of
https://github.com/FellippeHeitor/InForm.git
synced 2025-01-15 03:49:56 +00:00
7 lines
114 B
Bash
7 lines
114 B
Bash
# InForm for QB64-PE Setup script
|
|
|
|
cd "$(dirname "$0")"
|
|
|
|
echo "Compiling InForm..."
|
|
make clean OS=osx
|
|
make OS=osx
|