From 4a8d678e23d95d38134ed0dddf395b2926ba42e5 Mon Sep 17 00:00:00 2001 From: Curtis 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(-) (limited to 'bin/Makefile') 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