Add install option to Makefile
This commit is contained in:
parent
b01769a03f
commit
d498204b7f
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -30,4 +30,7 @@ clean:
|
||||||
tags:
|
tags:
|
||||||
ctags -R --sort=1 --c++-kinds=+p --fields=+iaS --extra=+q --language-force=C++ src contrib tests/gtest
|
ctags -R --sort=1 --c++-kinds=+p --fields=+iaS --extra=+q --language-force=C++ src contrib tests/gtest
|
||||||
|
|
||||||
.PHONY: all cmake-debug build-debug test-debug all-debug cmake-release build-release test-release all-release clean tags
|
install: build-release
|
||||||
|
cd build/release/src && install danicoind daniwallet danict daniminer daniwalletd /usr/bin
|
||||||
|
|
||||||
|
.PHONY: all cmake-debug install build-debug test-debug all-debug cmake-release build-release test-release all-release clean tags
|
||||||
|
|
Loading…
Reference in a new issue