~mpldr/go-yenc

67fb6abccd237cebaefa3d62a34d465b62c30f15 — Moritz Poldrack 1 year, 6 months ago eff50c3 master
add Makefile for generating assembler
1 files changed, 3 insertions(+), 0 deletions(-)

A testdata/benchmarks/Makefile
A testdata/benchmarks/Makefile => testdata/benchmarks/Makefile +3 -0
@@ 0,0 1,3 @@
.PHONY: asm-%.go
asm-%.go: asm-%_gen.go Makefile
	go run $< -pkg yenc -stubs $@ -out $(patsubst asm-%.go,asm-%.s,$@)