diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -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 |
