From 33545b71f5dedc4a29fdc2e0c2118e070db30b0a Mon Sep 17 00:00:00 2001 From: xengineering Date: Tue, 21 Jul 2026 21:15:35 +0200 Subject: Remove unnecessary mkdir from Makefile --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index f8b95b0..12045f7 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,6 @@ DESTDIR := artifacts all: public public: - mkdir -p public hugo -D cp simple.css/simple.css public/style.css -- cgit v1.3.1