diff options
author | hovertank3d <[email protected]> | 2025-01-18 18:01:10 +0100 |
---|---|---|
committer | hovertank3d <[email protected]> | 2025-01-18 18:01:44 +0100 |
commit | 2aa29060c81fb52884b290603f1cf930259443b9 (patch) | |
tree | 066118be13a9f56a81b80ad8f5f5d61437d2cbef /templates/gen.go | |
parent | ea70bbb78779dd78656c6ddc25c247455fa5738b (diff) | |
download | lzcnt.space-2aa29060c81fb52884b290603f1cf930259443b9.tar.xz lzcnt.space-2aa29060c81fb52884b290603f1cf930259443b9.zip |
update genhl
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" |