Load plugins

This commit is contained in:
Zachary Yedidia
2019-03-18 18:40:53 -04:00
parent 15dff722b0
commit 5ab6c9795f
5 changed files with 91 additions and 80 deletions

View File

@@ -15,6 +15,9 @@ GOVARS := -X github.com/zyedidia/micro/internal/util.Version=$(VERSION) -X githu
build:
go build -ldflags "-s -w $(GOVARS) $(ADDITIONAL_GO_LINKER_FLAGS)" ./cmd/micro
build-dbg:
go build -ldflags "-s -w $(ADDITIONAL_GO_LINKER_FLAGS)" ./cmd/micro
# Builds micro after building the runtime and checking dependencies
build-all: runtime build