From 482a44246a6fa087f9718b7a701e0a67efeb3437 Mon Sep 17 00:00:00 2001 From: Klaus-Uwe Mitterer Date: Sun, 31 Dec 2017 10:18:53 +0100 Subject: [PATCH] Add install option to Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7477d722..5d3364f5 100644 --- a/Makefile +++ b/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