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,$@)