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