mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-30 14:47:16 +09:00
1
Makefile
1
Makefile
@@ -46,6 +46,7 @@ fetch-tags:
|
|||||||
# Builds the runtime
|
# Builds the runtime
|
||||||
runtime:
|
runtime:
|
||||||
git submodule update --init
|
git submodule update --init
|
||||||
|
rm -f runtime/syntax/*.hdr
|
||||||
go run runtime/syntax/make_headers.go runtime/syntax
|
go run runtime/syntax/make_headers.go runtime/syntax
|
||||||
go build -o tools/bindata ./tools/go-bindata
|
go build -o tools/bindata ./tools/go-bindata
|
||||||
tools/bindata -pkg config -nomemcopy -nometadata -o runtime.go runtime/...
|
tools/bindata -pkg config -nomemcopy -nometadata -o runtime.go runtime/...
|
||||||
|
|||||||
Reference in New Issue
Block a user