summary refs log tree commit diff
path: root/.bin/xx.c
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2016-09-12 20:28:18 -0400
committerJune McEnroe <programble@gmail.com>2016-09-12 20:28:18 -0400
commit581bb6b19a400767eab6f56b022b5c36817ea663 (patch)
tree6c52ce48725c081e0bb272d70eab881b7999d5a8 /.bin/xx.c
parentPrevent offset from xx when reading zero (diff)
downloadsrc-581bb6b19a400767eab6f56b022b5c36817ea663.tar.gz
src-581bb6b19a400767eab6f56b022b5c36817ea663.zip
Compile xx.c with clang specifically
Diffstat (limited to '.bin/xx.c')
-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>