1
0
mirror of https://github.com/zyedidia/micro synced 2024-07-03 07:58:43 +00:00

update makefile

This commit is contained in:
Zachary Yedidia 2019-02-03 23:42:42 -05:00
parent 7cd83b4361
commit 39446df749
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -14,3 +14,4 @@ log.txt
tools/build-version
tools/build-date
tools/info-plist
tools/bindata

View File

@ -36,8 +36,8 @@ install-quick:
# Builds the runtime
runtime:
git submodule update --init
go build -o tools/ ./tools/go-bindata
tools/go-bindata -pkg config -nomemcopy -nometadata -o runtime.go runtime/...
go build -o tools/bindata ./tools/go-bindata
tools/bindata -pkg config -nomemcopy -nometadata -o runtime.go runtime/...
mv runtime.go internal/config
gofmt -w internal/config/runtime.go