summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJari Vetoniemi <mailroxas@gmail.com>2018-10-18 13:27:30 +0300
committerJari Vetoniemi <mailroxas@gmail.com>2018-10-18 13:27:30 +0300
commita939c762524f6bc6da41a5ebce0f83617d6267a5 (patch)
tree33742cd7e3a0ba2a579d1b8de8c0ecfc790f14b1
parentc86ddbbc0eee0e8317d4ed180ee4505f10e8a52c (diff)
Remove cruft from makefile
-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