From 40e77dd9bd03b5768c3f8b195cd1cb7b90213e9c Mon Sep 17 00:00:00 2001 From: Alcaro Date: Sat, 7 Apr 2018 02:30:20 +0200 Subject: [PATCH] Whoops, missed a spot --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.sh b/make.sh index b9d162f..954c0d6 100755 --- a/make.sh +++ b/make.sh @@ -34,7 +34,7 @@ FLAGS=$FLAGS' -Wl,-z,relro,--as-needed,--hash-style=gnu,--relax' #[ -e flips ] || exit #create linux binary -if [ -e profile/smw.smc ]; then +if [ -e profile/smw.sfc ]; then echo 'GTK+ (1/3)' rm flips; make TARGET=gtk OPTFLAGS="$FLAGS -fprofile-generate -lgcov" [ -e flips ] || exit