diff options
author | hovertank3d <[email protected]> | 2025-01-18 14:11:02 +0100 |
---|---|---|
committer | hovertank3d <[email protected]> | 2025-01-18 14:16:57 +0100 |
commit | d734bf6f3f8d1c1f8b5645bc7d57ebd88d0efcab (patch) | |
tree | 9a23bd514f0e812ab84342faebf62a306fb043d7 /templates/gen.go | |
parent | 342b251a2f24263651a4a4104ab8129560d7dd53 (diff) | |
download | lzcnt.space-d734bf6f3f8d1c1f8b5645bc7d57ebd88d0efcab.tar.xz lzcnt.space-d734bf6f3f8d1c1f8b5645bc7d57ebd88d0efcab.zip |
include genhl source and add buildscript
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 852291d..6385f08 100644 --- a/templates/gen.go +++ b/templates/gen.go @@ -1,3 +1,3 @@ package templates -//go:generate bash -c "cat ../log2.s | genhl > log2.s.html" +//go:generate bash -c "cat ../log2.s | ../deps/genhl/genhl > log2.s.html" |