From 0594100b0d382af79d989be67f6bb82c808180c9 Mon Sep 17 00:00:00 2001 From: xengineering Date: Mon, 30 May 2022 20:09:12 +0200 Subject: Add debug target in Makefile --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f5fb3b9..9ec4b68 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,13 @@ -.PHONY: clean +.PHONY: all debug clean all: mkdir -p public hugo -D +debug: + hugo server -D + clean: rm -rf public rm -rf resources -- cgit v1.2.3-70-g09d2