mirror of
https://github.com/zyedidia/micro.git
synced 2025-06-18 23:05:40 -04:00
update makefile
This commit is contained in:
parent
7cd83b4361
commit
39446df749
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@ log.txt
|
|||||||
tools/build-version
|
tools/build-version
|
||||||
tools/build-date
|
tools/build-date
|
||||||
tools/info-plist
|
tools/info-plist
|
||||||
|
tools/bindata
|
||||||
|
4
Makefile
4
Makefile
@ -36,8 +36,8 @@ install-quick:
|
|||||||
# Builds the runtime
|
# Builds the runtime
|
||||||
runtime:
|
runtime:
|
||||||
git submodule update --init
|
git submodule update --init
|
||||||
go build -o tools/ ./tools/go-bindata
|
go build -o tools/bindata ./tools/go-bindata
|
||||||
tools/go-bindata -pkg config -nomemcopy -nometadata -o runtime.go runtime/...
|
tools/bindata -pkg config -nomemcopy -nometadata -o runtime.go runtime/...
|
||||||
mv runtime.go internal/config
|
mv runtime.go internal/config
|
||||||
gofmt -w internal/config/runtime.go
|
gofmt -w internal/config/runtime.go
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user