Add install option to Makefile

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

View File

@ -30,4 +30,7 @@ clean:
tags:
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