From 1a5a86a5d4557200db20e20206bcdd7b9b2a7e55 Mon Sep 17 00:00:00 2001 From: hovertank3d Date: Sat, 18 Jan 2025 23:27:52 +0100 Subject: refactor and add /about --- templates/gen.go | 1 + 1 file changed, 1 insertion(+) (limited to 'templates/gen.go') diff --git a/templates/gen.go b/templates/gen.go index dbbaf24..0b5f5ab 100644 --- a/templates/gen.go +++ b/templates/gen.go @@ -1,3 +1,4 @@ package templates //go:generate bash -c "cat ../log2.s | ../deps/genhl/genhl asmatt > log2.s.html" +//go:generate bash -c "cat ../about.go | ../deps/genhl/genhl > about.go.html" -- cgit v1.2.3