forked from TrueCloudLab/frostfs-contract
[#137] Makefile: add missing .PHONY targets
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
fdf27687bb
commit
dd583e0d1c
1 changed files with 2 additions and 1 deletions
3
Makefile
3
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
|
||||
|
|
Loading…
Reference in a new issue