Files
lti-api/vendor/golang.org/x/arch/x86/x86asm/Makefile
T
GitLab Deploy Bot bb60e987e5 .
2025-10-21 23:45:13 +07:00

4 lines
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