summary refs log tree commit diff
path: root/.bin/xx.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2016-09-12 20:28:18 -0400
committerJune McEnroe <june@causal.agency>2016-09-12 20:28:18 -0400
commiteff75f09cc52603d90ace1205ba8c8de9be2c8a3 (patch)
tree349b31ae53c84d40ac8ba367420f36c4a530e8d1 /.bin/xx.c
parentPrevent offset from xx when reading zero (diff)
downloadsrc-eff75f09cc52603d90ace1205ba8c8de9be2c8a3.tar.gz
src-eff75f09cc52603d90ace1205ba8c8de9be2c8a3.zip
Compile xx.c with clang specifically
Diffstat (limited to '')
-rwxr-xr-x.bin/xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bin/xx.c b/.bin/xx.c
index 7ffadd7f..867ef8e4 100755
--- a/.bin/xx.c
+++ b/.bin/xx.c
@@ -1,5 +1,5 @@
 #if 0
-exec ${CC:-cc} -Weverything -Wno-vla $CFLAGS -o $(dirname $0)/xx $0
+exec clang -Weverything -Wno-vla $@ -o $(dirname $0)/xx $0
 #endif
 
 #include <ctype.h>