From a939c762524f6bc6da41a5ebce0f83617d6267a5 Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Thu, 18 Oct 2018 13:27:30 +0300 Subject: Remove cruft from makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4086d15..3f0b87c 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ bins = proc-region-rw all: $(bins) $(bins): %: - $(LINK.c) $(filter %.c %.a,$^) $(LDLIBS) -o $@ + $(LINK.c) $^ $(LDLIBS) -o $@ proc-region-rw: proc-region-rw.c -- cgit v1.2.3