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