1
0
ミラー元 https://github.com/beego/bee.git 前回の同期 2025-07-12 09:51:00 +00:00
ファイル
bee/vendor/rsc.io/x86/x86asm/Makefile
2017-03-19 23:48:59 +01:00

4 行
150 B
Makefile

tables.go: ../x86map/map.go ../x86.csv
go run ../x86map/map.go -fmt=decoder ../x86.csv >_tables.go && gofmt _tables.go >tables.go && rm _tables.go