From 0932c897a5e6cf985831b7a3bf9764edf3c3a8d4 Mon Sep 17 00:00:00 2001 From: indirection42 Date: Mon, 30 Jun 2025 16:01:29 +0800 Subject: [PATCH] build: add .PHONY to Makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index bc620d7..5b7294a 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +.PHONY: run guests dummy-guests tools polkatool pvq-program-metadata-gen chain-spec-builder fmt check-wasm check clippy test chainspec + run: chainspec bunx @acala-network/chopsticks@1.0.6 --config poc/runtime/chopsticks.yml --genesis output/chainspec.json