diff options
Diffstat (limited to 'templates/gen.go')
-rw-r--r-- | templates/gen.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/gen.go b/templates/gen.go index 6385f08..dbbaf24 100644 --- a/templates/gen.go +++ b/templates/gen.go @@ -1,3 +1,3 @@ package templates -//go:generate bash -c "cat ../log2.s | ../deps/genhl/genhl > log2.s.html" +//go:generate bash -c "cat ../log2.s | ../deps/genhl/genhl asmatt > log2.s.html" |