From eff75f09cc52603d90ace1205ba8c8de9be2c8a3 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Mon, 12 Sep 2016 20:28:18 -0400 Subject: Compile xx.c with clang specifically --- .bin/xx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.4.1 afa4fa7d61ab4019a365d0e7d372d0d'/> dontfiles
summary refs log tree commit diff
Commit message (Collapse)Author
2021-01-12Use mandoc and htagml for bin htmlJune McEnroe
2021-01-12Add htagmlJune McEnroe
2021-01-12Replace causal.agency with a simple mdoc pageJune McEnroe
2021-01-11Publish "Using vi"June McEnroe
2021-01-11Enable diff.colorMovedJune McEnroe
2021-01-10Set less search case-insensitiveJune McEnroe
2021-01-10Set EXINITJune McEnroe
neovim is laggy as hell in my OpenBSD VM, so I switched to vi so I could type without getting frustrated.
2021-01-09Add c -t flag to print expression typeJune McEnroe
Also add missing float case.
2021-01-05Update taglineJune McEnroe