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