aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index f670638..14866da 100755
--- a/build.sh
+++ b/build.sh
@@ -1,6 +1,6 @@
#!/bin/sh
CFLAGS='-std=c99 -Wall -Wextra -O2'
-[ "$CC" == "" ] && CC=gcc
+[ "$CC" = "" ] && CC=gcc
printf 'orgaasm\n'
$CC $CFLAGS -o orgaasm src/orgaasm.c
printf 'orgaemu\n'