diff options
Diffstat (limited to 'users/aspen/web')
-rw-r--r-- | users/aspen/web/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/users/aspen/web/Makefile b/users/aspen/web/Makefile index cf3da73c91ea..ee6ed2fd8b36 100644 --- a/users/aspen/web/Makefile +++ b/users/aspen/web/Makefile @@ -35,3 +35,6 @@ backup: open: $$BROWSER "https://www.gws.fyi" + +preview: + $$BROWSER "$(shell mg build website)/index.html" |