From 4360f8fa4a13a65c60763d50c9d0e36c1baba1c3 Mon Sep 17 00:00:00 2001 From: Dariush Abbasi Date: Sat, 7 Feb 2026 07:25:50 -0700 Subject: [PATCH] Makefile for running validator --- Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..67ea1f1 --- /dev/null +++ b/Makefile @@ -0,0 +1,3 @@ +.PHONY: validate +validate: + cd validator && go run . ../README.md