From ea1e82c58d4b36f5ac194f6b901425cdf99f2661 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Thu, 26 Jan 2023 02:52:21 +0900 Subject: Add live reloading facilities --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index dcbd345..c6671a8 100644 --- a/Makefile +++ b/Makefile @@ -35,4 +35,7 @@ install: all $(addprefix $(PREFIX)/,$(ALL)) uninstall: rm -fr $(PREFIX) -.PHONY: all clean install uninstall +live: $(THUMBNAILS) + ln -fs index.xhtml index.xml + +.PHONY: all clean install uninstall live -- cgit 1.4.1