mirror of
https://github.com/FellippeHeitor/InForm.git
synced 2025-01-14 19:49:33 +00:00
8 lines
210 B
Bash
Executable file
8 lines
210 B
Bash
Executable file
#!/bin/bash
|
|
# InForm for QB64-PE Setup script
|
|
|
|
cd "$(dirname "$0")"
|
|
|
|
echo "Compiling InForm..."
|
|
make -f makefile.inform clean OS=lnx QB64PE_PATH=../QB64pe/
|
|
make -f makefile.inform OS=lnx QB64PE_PATH=../QB64pe/
|