From e64928a58cb7089ba194525a58d1081abc66faab Mon Sep 17 00:00:00 2001 From: Tissevert Date: Sat, 23 Jul 2022 22:39:35 +0200 Subject: [PATCH] Add shortcut to refresh page directly in browser --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 1101f57..c1e3ff6 100644 --- a/Makefile +++ b/Makefile @@ -13,3 +13,6 @@ main.js: js/ install: $(WEBAPP) mkdir -p $(ROOT) cp $(WEBAPP) $(ROOT) + +refresh: + chromium `guix build -f guix.scm`/var/www/index.html