update makefile
This commit is contained in:
parent
e1d1ab13ff
commit
3c9a734fb4
1 changed files with 1 additions and 1 deletions
2
makefile
2
makefile
|
@ -32,4 +32,4 @@ uninstall:
|
|||
rm -f $(DESTDIR)$(PREFIX)/lib/$(NAME)
|
||||
|
||||
$(NAME): $(OBJ)
|
||||
$(LINK.c) -shared $(LDFLAGS) $(LDLIBS) $(OBJ) -o $@
|
||||
$(LINK.c) -shared $^ $(LDLIBS) -o $@
|
||||
|
|
Loading…
Add table
Reference in a new issue