diff options
author | Jari Vetoniemi <mailroxas@gmail.com> | 2018-10-18 13:27:30 +0300 |
---|---|---|
committer | Jari Vetoniemi <mailroxas@gmail.com> | 2018-10-18 13:27:30 +0300 |
commit | a939c762524f6bc6da41a5ebce0f83617d6267a5 (patch) | |
tree | 33742cd7e3a0ba2a579d1b8de8c0ecfc790f14b1 /Makefile | |
parent | c86ddbbc0eee0e8317d4ed180ee4505f10e8a52c (diff) |
Remove cruft from makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |