mirror of
https://github.com/Zygo/bees.git
synced 2025-05-18 05:45:45 +02:00
Add install subcommand to make
Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com>
This commit is contained in:
parent
37713c2dd4
commit
f7c71a7a25
8
Makefile
8
Makefile
@ -1,4 +1,6 @@
|
|||||||
default install all: lib src test README.html
|
PREFIX ?= /
|
||||||
|
|
||||||
|
default all: lib src test README.html
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
git clean -dfx
|
git clean -dfx
|
||||||
@ -17,3 +19,7 @@ test: lib src
|
|||||||
README.html: README.md
|
README.html: README.md
|
||||||
markdown README.md > README.html.new
|
markdown README.md > README.html.new
|
||||||
mv -f README.html.new README.html
|
mv -f README.html.new README.html
|
||||||
|
|
||||||
|
install: lib src test
|
||||||
|
install -Dm644 lib/libcrucible.so $(PREFIX)/usr/lib/libcrucible.so
|
||||||
|
install -Dm755 bin/bees $(PREFIX)/usr/bin/bees
|
||||||
|
Loading…
x
Reference in New Issue
Block a user