From 5826f775a73094981b54e741f5cace48242d1aac Mon Sep 17 00:00:00 2001 From: gauthiier Date: Sat, 11 Dec 2021 18:17:01 +0100 Subject: [PATCH] makefile mkdir --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b085886..3bbadb3 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ all: pull index init: pppadump init - mkdir $(OUTPUT) + mkdir -p $(OUTPUT) pull: pppadump pull --all --force --css ../styles.css --pub $(OUTPUT)/p --group $(OUTPUT)/g