diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -71,3 +71,10 @@ macos-install-local: .PHONY: macos-deploy-local macos-deploy-local: build sudo cp -f ./$(PROGRAM_NAME) /usr/local/bin/ + + +##---- Scan the brokenlinks. + +.PHONY: brokenlinks +brokenlinks: + jarink brokenlinks https://golang-id.local |
