mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
so.mk: Nicer syntax for adding LDFLAGS
This commit is contained in:
parent
70f2f9ad15
commit
433e7f539f
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
include $(MODDIR)/make/defs.mk
|
||||
ALL += $(SHOBJS)
|
||||
LDFLAGS := $(LDFLAGS) -shared
|
||||
LDFLAGS += -shared
|
||||
include $(MODDIR)/make/rules.mk
|
||||
clean: objclean textclean localclean
|
||||
install: $(ALL) installso
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue