From 1ffc59a9975679dfb43f3b8e12649b76efa51f4b Mon Sep 17 00:00:00 2001 From: mjkwiatkowski Date: Wed, 11 Feb 2026 12:59:08 +0100 Subject: fix: changed the makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c2b12ea..d58e420 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ NAME = main .PHONY: all clean run clean: - trash -f public data i18n archetypes resources + trash -f public data i18n all: hugo -- cgit v1.2.3