##// END OF EJS Templates
makefile: add a install option...
marmoute -
r47487:99c0b038 default
parent child Browse files
Show More
@@ -116,6 +116,9 b' install-home-bin: build'
116 116 install-home-doc: doc
117 117 cd doc && $(MAKE) $(MFLAGS) PREFIX="$(HOME)" install
118 118
119 install-rhg: build-rhg
120 install -m 755 rust/target/release/rhg "$(PREFIX)"/bin/
121
119 122 MANIFEST-doc:
120 123 $(MAKE) -C doc MANIFEST
121 124
General Comments 0
You need to be logged in to leave comments. Login now