Add shortcut to refresh page directly in browser
This commit is contained in:
parent
c132b8da1a
commit
e64928a58c
1 changed files with 3 additions and 0 deletions
3
Makefile
3
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
|
||||
|
|
Loading…
Reference in a new issue