mirror of
https://github.com/cc65/cc65.git
synced 2024-12-25 02:29:52 +00:00
Placed libraries and the end of the linker cmdline.
This commit is contained in:
parent
f8ffe4c605
commit
81f461a15c
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user