Placed libraries and the end of the linker cmdline.

This commit is contained in:
Oliver Schmidt
2013-05-02 15:06:02 +03:00
parent f8ffe4c605
commit 81f461a15c

View File

@@ -76,7 +76,7 @@ define PROG_template
$$(eval $$(call OBJS_template,$(1)))
../bin/$(1): $$($(1)_OBJS) ../wrk/common/common.a | ../bin
$$(CC) $$(LDFLAGS) $$(LDLIBS) -o $$@ $$^
$$(CC) $$(LDFLAGS) -o $$@ $$^ $$(LDLIBS)
$(1): ../bin/$(1)