Install target also installs binaries in /usr/local/bin
authorKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 12 Feb 2018 23:44:35 +0000 (16:44 -0700)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 12 Feb 2018 23:44:35 +0000 (16:44 -0700)
Makefile

index d0b28e2fb513b6fca367c715f2ce2bc92dbda59d..198d8acbc3add69f4dd259d9ec560a3ececcbfa8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -95,6 +95,7 @@ $(BINDIR):
 install:
        @cp lib/* /usr/local/lib/.
        @ldconfig
+       @cp bin/* /usr/local/bin/.
 
 clean:
        @rm -rf $(BINDIR) $(OBJDIR) $(LIBSDIR) $(LDIGFILED) $(LDIGFILESD) $(LDIGFILERD)