Add install option to Makefile
This commit is contained in:
parent
d498204b7f
commit
482a44246a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -33,4 +33,4 @@ 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
|
||||
.PHONY: install 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