From 17878775c2615e5cb399ff89bd42f6119569e94b Mon Sep 17 00:00:00 2001 From: George McGinn Date: Sat, 23 Jul 2022 17:12:24 -0400 Subject: [PATCH] Update setup_lnx.sh Added OS=lnx to the 'make clean' statement for Issue #89 --- setup_lnx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_lnx.sh b/setup_lnx.sh index ae16e1491..2a22568c7 100755 --- a/setup_lnx.sh +++ b/setup_lnx.sh @@ -109,7 +109,7 @@ elif [ -z "$DISTRO" ]; then fi echo "Compiling and installing QB64..." -make clean +make clean OS=lnx make OS=lnx BUILD_QB64=y -j3 if [ -e "./qb64" ]; then