From: Francois Fleuret Date: Mon, 6 Apr 2009 06:08:00 +0000 (+0200) Subject: Added the binary in the Makefile rule for installation. X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=selector.git;a=commitdiff_plain;h=c3973ff66bfb73b40d030fd8fb682007d0d05d5c Added the binary in the Makefile rule for installation. --- 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