diff --git a/Makefile b/Makefile index 451319b0..7477d722 100644 --- a/Makefile +++ b/Makefile @@ -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