update makefile

This commit is contained in:
Jovan Lanik 2022-09-19 14:30:36 +02:00
parent e1d1ab13ff
commit 3c9a734fb4

View file

@ -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 $@