all: build run build: bash $(GOROOT)/src/make.bash run: bash $(GOROOT)/src/run.bash clean: bash $(GOROOT)/src/clean.bash