mirror of
https://github.com/FellippeHeitor/InForm.git
synced 2025-01-13 19:19:34 +00:00
7 lines
198 B
Bash
Executable file
7 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/
|