X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Makefile;h=e03ee2fc7ed7a3045410cf210fcc53db1b27a4e5;hb=f9e8d8b9a0fbf8dc7b59a2aad88603401cb3831b;hp=329d03d3abf739aec1da03dbc97cf8a79736ee7a;hpb=fc9ddaf94187a47732f02051f7ce52f9eec11ff1;p=micro.git diff --git a/Makefile b/Makefile index 329d03d3..e03ee2fc 100644 --- a/Makefile +++ b/Makefile @@ -34,13 +34,14 @@ install-quick: update: git pull - git submodule update + git submodule update --init # Builds the runtime runtime: go get -u github.com/jteeuwen/go-bindata/... $(GOBIN)/go-bindata -nometadata -o runtime.go runtime/... mv runtime.go cmd/micro + gofmt -w cmd/micro/runtime.go test: go test ./cmd/micro