From 29a2aa6da9a0ca92f3eeb5b26234dcfa3b4aa1a4 Mon Sep 17 00:00:00 2001 From: Malin Freeborn Date: Mon, 2 Mar 2026 17:54:40 +0100 Subject: [PATCH] make rule to create any directory --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 3a5a040..1ae0425 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,10 @@ check: ## Check you have all dependencies @command -v lowdown >/dev/null || { echo "Install lowdown" && exit 1 ;} @echo "All dependencies installed" +%/: + mkdir $@ + echo '*' > $@.gitignore + ########## Network Map ########## graph_program != type graph-easy > /dev/null && printf graph-easy || printf dot