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 4975ec3 commit e5bd930Copy full SHA for e5bd930
contrib/credential/libsecret/Makefile
@@ -26,3 +26,7 @@ $(MAIN): $(OBJS)
26
27
clean:
28
@$(RM) $(MAIN) $(OBJS)
29
+
30
+install: $(MAIN)
31
+ $(INSTALL) -d -m 755 $(DESTDIR)$(gitexecdir)
32
+ $(INSTALL) -m 755 $(MAIN) $(DESTDIR)$(gitexecdir)
0 commit comments