mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-26 23:23:55 +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
|
include $(MODDIR)/make/defs.mk
|
||||||
ALL += $(SHOBJS)
|
ALL += $(SHOBJS)
|
||||||
LDFLAGS := $(LDFLAGS) -shared
|
LDFLAGS += -shared
|
||||||
include $(MODDIR)/make/rules.mk
|
include $(MODDIR)/make/rules.mk
|
||||||
clean: objclean textclean localclean
|
clean: objclean textclean localclean
|
||||||
install: $(ALL) installso
|
install: $(ALL) installso
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue