Add install option to Makefile

This commit is contained in:
Kumi 2017-12-31 10:18:53 +01:00
parent d498204b7f
commit 482a44246a
1 changed files with 1 additions and 1 deletions

View File

@ -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