summaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
Diffstat (limited to 'run')
-rwxr-xr-xrun2
1 files changed, 1 insertions, 1 deletions
diff --git a/run b/run
index 11c2851..96e9fac 100755
--- a/run
+++ b/run
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -e
-cc -o exe $@
+clang -Wall -Werror -o exe $@
./exe
result=$?
rm exe