From dd583e0d1c37e8727a117ee6b45d5aff0194329f Mon Sep 17 00:00:00 2001 From: Evgenii Stratonikov Date: Mon, 4 Oct 2021 15:11:11 +0300 Subject: [PATCH] [#137] Makefile: add missing .PHONY targets Signed-off-by: Evgenii Stratonikov --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1d3aa9c..06652f2 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,8 @@ SHELL=bash NEOGO?=neo-go VERSION?=$(shell git describe --tags) -.PHONY: all build sidechain test +.PHONY: all build clean test +.PHONY: alphabet mainnet morph nns sidechain build: all all: sidechain mainnet sidechain: alphabet morph nns