Skip to content

Commit

Permalink
#162 Savepoint
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Aug 30, 2024
1 parent f33acd2 commit 458c931
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions makefiles/darwin.mk
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ docker-build-osarch-specific:

.PHONY: documentation-osarch-specific
documentation-osarch-specific:
@pkill godoc || true
@godoc &
@open http://localhost:6060

Expand Down
1 change: 1 addition & 0 deletions makefiles/linux.mk
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ docker-build-osarch-specific:

.PHONY: documentation-osarch-specific
documentation-osarch-specific:
@pkill godoc || true
@godoc &
@xdg-open http://localhost:6060

Expand Down
1 change: 1 addition & 0 deletions makefiles/windows.mk
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ docker-build-osarch-specific:

.PHONY: documentation-osarch-specific
documentation-osarch-specific:
@taskkill /f /t/im godoc
@start /b godoc
@explorer http://localhost:6060

Expand Down

0 comments on commit 458c931

Please sign in to comment.