summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-03 19:39:02 -0500
committerJeff Carr <[email protected]>2025-09-03 19:39:02 -0500
commitb847d9aa6ca4ee1b60687643cd04c9e6f46ad310 (patch)
tree043c553775f196940e0ba76bcbe32198b9a9bd02 /Makefile
parentaea7f168911df8a91357270a0eab84c4b5ff1174 (diff)
remove old code
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fabc4c6..7165515 100644
--- a/Makefile
+++ b/Makefile
@@ -75,3 +75,9 @@ submit:
commit:
FORGE_URL="https://forge.grid.wit.com/" forge commit --all
+
+doc:
+ echo "/*" > doc.go
+ forge -h >> doc.go
+ echo "*/" >> doc.go
+ echo "package main" >> doc.go