Commit 67fb6abccd237cebaefa3d62a34d465b62c30f15

Parents: eff50c3f50f9b3d647f683cdbc35bd847d62616c

From: Moritz Poldrack <git@moritz.sh>
Date: Wed Feb 8 14:22:19 2023 +0700

add Makefile for generating assembler

		

Stats

testdata/benchmarks/Makefile +3/-0

Changeset

1
2
3
4
5
6
7
8
9
diff --git a/testdata/benchmarks/Makefile b/testdata/benchmarks/Makefile
new file mode 100644
index 0000000000000000000000000000000000000000..981a3befb8aec670550e04ebe191ac7a32f9a04f
--- /dev/null
+++ b/testdata/benchmarks/Makefile
@@ -0,0 +1,3 @@
+.PHONY: asm-%.go
+asm-%.go: asm-%_gen.go Makefile
+	go run $< -pkg yenc -stubs $@ -out $(patsubst asm-%.go,asm-%.s,$@)