summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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