We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99b0921 commit 556ff30Copy full SHA for 556ff30
Makefile
@@ -44,7 +44,7 @@ all: $(BUILD)
44
clean:
45
$(RM) $(BUILD)
46
47
-install: $(BUILD)
+install: $(SOFILENAME) $(SONAME) $(LIBNAME) $(ANAME) $(UTILITIES) $(HEADERS)
48
$(MKDIR) $(DESTDIR)$(PREFIX)/$(LIBDIR)
49
$(CP) $(SOFILENAME) $(SONAME) $(LIBNAME) $(ANAME) $(DESTDIR)$(PREFIX)/$(LIBDIR)
50
$(MKDIR) $(DESTDIR)$(PREFIX)/$(BINDIR)
0 commit comments