diff options
| author | June McEnroe <june@causal.agency> | 2016-09-12 20:28:18 -0400 |
|---|---|---|
| committer | June McEnroe <june@causal.agency> | 2016-09-12 20:28:18 -0400 |
| commit | eff75f09cc52603d90ace1205ba8c8de9be2c8a3 (patch) | |
| tree | 349b31ae53c84d40ac8ba367420f36c4a530e8d1 | |
| parent | Prevent offset from xx when reading zero (diff) | |
| download | src-eff75f09cc52603d90ace1205ba8c8de9be2c8a3.tar.gz src-eff75f09cc52603d90ace1205ba8c8de9be2c8a3.zip | |
Compile xx.c with clang specifically
Diffstat (limited to '')
| -rwxr-xr-x | .bin/xx.c | 2 |
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> |