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