add test target to Makefile

This commit is contained in:
Søren Rasmussen 2025-02-13 17:12:36 +01:00
parent 3dbea6c5fc
commit d0b73c6532

View file

@ -6,4 +6,7 @@ edit:
update:
$(GOK) update
.PHONY: edit update
test:
$(GOK) update --testboot
.PHONY: edit update test