diff --git a/makefile b/makefile index 8a9f7c3..368f89a 100644 --- a/makefile +++ b/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 $@