1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2024-05-06 20:10:12 +00:00
InForm/setup_inform_lnx.sh
2023-05-09 02:23:53 +05:30

9 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/