From d60ccd25924f6ef95eb29504ca610395fe989083 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Wed, 6 Sep 2017 14:19:10 -0400 Subject: Fix bin/Makefile FreeBSD compatibility Have to use the same generic rule as sys.mk so it replaces it. Otherwise it only uses the one in sys.mk. --- bin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/Makefile b/bin/Makefile index 62a50309..9212d70e 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -3,7 +3,7 @@ CWARNS = -Wall -Wextra -Wpedantic all: $(BINS) -%: %.c +.c: $(CC) $(CWARNS) $(CFLAGS) -o $@ $< atch: dtch -- cgit 1.4.1 value='5ae6e820fe03a2638844537b8acf7cffb10f6c57'/> dontfiles
summary refs log tree commit diff
path: root/etc/CodeQWERTY.bundle/Contents/Resources/CodeQWERTY.keylayout (unfollow)
Commit message (Collapse)Author
2020-06-17Add errors to link.shJune McEnroep;follow=1'>Use . as ${LDLIBS.$@} separatorJune McEnroe
2020-04-14Add CREEP UJune McEnroe
2020-04-14Add DONT COME TO THE WOODSJune McEnroe
2020-04-04Include <content src> in feedJune McEnroe
2020-04-04Set publish date in feed from .DdJune McEnroe
2020-04-01Update cgit setup post with git-http-backendJune McEnroe