From c3973ff66bfb73b40d030fd8fb682007d0d05d5c Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Mon, 6 Apr 2009 08:08:00 +0200 Subject: [PATCH] Added the binary in the Makefile rule for installation. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bc925d0..23b62f4 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ all: selector selector: selector.o $(CXX) $(CXXFLAGS) -o $@ $^ $(LDFLAGS) -install: +install: selector install -m 755 selector $(BINARY_PATH) install -m 644 selector.1 $(MAN_PATH) gzip $(MAN_PATH)/selector.1 -- 2.20.1