From d0b73c65327845bf56dda29699a387b43f9475e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Rasmussen?= Date: Thu, 13 Feb 2025 17:12:36 +0100 Subject: [PATCH] add test target to Makefile --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a73297d..a71105e 100644 --- a/Makefile +++ b/Makefile @@ -6,4 +6,7 @@ edit: update: $(GOK) update -.PHONY: edit update +test: + $(GOK) update --testboot + +.PHONY: edit update test