Whoops, missed a spot

This commit is contained in:
Alcaro
2018-04-07 02:30:20 +02:00
parent 6b807cc652
commit 40e77dd9bd

View File

@@ -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