summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-06 15:21:36 -0500
committerJeff Carr <[email protected]>2025-09-06 15:21:36 -0500
commite5a2bec217990c7149b0b16b40112d0a947be794 (patch)
tree0ca90150e7b6fceeb87b6190101995a03429937c /Makefile
parente713541b35f16b2f67f3458a5168640de996f8bc (diff)
cleanup after crazy "http://foo.com//blah" issue
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 0967148..42c6c4b 100644
--- a/Makefile
+++ b/Makefile
@@ -64,21 +64,19 @@ devel:
forge clean devel --force --verbose
pull: install
- # forge pull dirty
- # FORGE_URL="https://forge.grid.wit.com/" forge pull dirty
- # FORGE_URL="https://forge.grid.wit.com/" forge pull patches
FORGE_URL="https://forge.grid.wit.com/" forge pull check
- # forge pull patches
# cloudflare blocks POST due to captcha checks / human detection?
# POST must be direct socket. probably for the best anyway
submit:
FORGE_URL="https://forge.grid.wit.com/" forge patch submit "forge auto commit"
- # forge patch --submit "forge auto commit"
commit:
FORGE_URL="https://forge.grid.wit.com/" forge commit --all
+check: install
+ FORGE_URL="https://forge.grid.wit.com/" forge patch check
+
doc:
echo "/*" > doc.go
forge -h >> doc.go