From f226f2a72e220da8394437a738834a1d3d2a6704 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Mon, 12 Feb 2018 16:44:35 -0700 Subject: [PATCH] Install target also installs binaries in /usr/local/bin --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index d0b28e2..198d8ac 100644 --- 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) -- 2.34.1