From 774ad7be50e2be32793cfd99e55798e5ab66ff6b Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sun, 4 Feb 2018 19:15:00 -0500 Subject: Mark mac target phony --- bin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/Makefile b/bin/Makefile index 78e422bc..d6d46e4c 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -47,4 +47,4 @@ unlink: .gitignore: Makefile echo '*.o' $(ALL_BINS) | tr ' ' '\n' > .gitignore -.PHONY: bsd linux any setuid clean link unlink +.PHONY: any bsd mac linux setuid clean link unlink -- cgit 1.4.1 ut type='hidden' name='showmsg' value='1'/> dontfiles
summary refs log tree commit diff
path: root/port/ddate/.gitignore (unfollow)
Commit message (Collapse)Author
2022-06-03Set line number on File linesJune McEnroe
2022-06-03Stop polling stdin after EOFJune McEnroe
2022-06-02Set TABSIZE=4June McEnroe
Absolutely indiscriminately.
2022-06-02Do basic match highlightingJune McEnroe
2022-06-02Clean up parsing a littleJune McEnroe
2022-06-02Don't duplicate path stringJune McEnroe
2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe
For some reason I haven't been able to figure out, trying to poll /dev/tty returns POLLNVAL (and this was using 100% CPU looping), but using stderr instead works fine.
2022-06-02Add initial working version of qfJune McEnroe
2022-05-29Set prompt for okshJune McEnroe