|
|
@ -49,9 +49,10 @@ lan-server:
|
|
|
|
open:
|
|
|
|
open:
|
|
|
|
xdg-open "http://localhost:$(PORT)" >/dev/null 2>/dev/null & disown
|
|
|
|
xdg-open "http://localhost:$(PORT)" >/dev/null 2>/dev/null & disown
|
|
|
|
|
|
|
|
|
|
|
|
# Update HTML on file change. Doesn't check for new files.
|
|
|
|
# Update HTML on file change.
|
|
|
|
watchdog:
|
|
|
|
watchdog:
|
|
|
|
find . | grep -v ".git" | entr -n -s "$(MAKE) html"
|
|
|
|
set -o pipefail; \
|
|
|
|
|
|
|
|
while :; do find . | grep -v ".git" | entr -nds "$(MAKE) html" && exit; done
|
|
|
|
|
|
|
|
|
|
|
|
# Remove artefacts
|
|
|
|
# Remove artefacts
|
|
|
|
clean:
|
|
|
|
clean:
|
|
|
|