projects
/
selector.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47ec1aa
)
Added the binary in the Makefile rule for installation.
author
Francois Fleuret
<francois@fleuret.org>
Mon, 6 Apr 2009 06:08:00 +0000
(08:08 +0200)
committer
Francois Fleuret
<francois@fleuret.org>
Mon, 6 Apr 2009 06:08:00 +0000
(08:08 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
bc925d0
..
23b62f4
100644
(file)
--- 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