diff --git a/gno.land/Makefile b/gno.land/Makefile index 88fe3b396c0..7b2afd5779f 100644 --- a/gno.land/Makefile +++ b/gno.land/Makefile @@ -25,7 +25,7 @@ GOTEST_FLAGS ?= -v -p 1 -timeout=30m ######################################## # Dev tools .PHONY: start.gnoland -start.gnoland:; go run ./cmd/gnoland start +start.gnoland:; go run ./cmd/gnoland start -lazy .PHONY: start.gnoweb start.gnoweb:; go run ./cmd/gnoweb