From 6a8ff481e8042bd47437da7c8fa6b9137a3a239f Mon Sep 17 00:00:00 2001 From: COW_ILLUMINATI Date: Tue, 28 May 2024 14:35:17 -0400 Subject: [PATCH] Makefile error --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 2a747c9..b9bcb84 100644 --- a/Makefile +++ b/Makefile @@ -4,8 +4,8 @@ all: install: mv ./cowtool /sbin/cowtool cp -r ./structure/* /etc/ - mkdir /sources/ - mkdir /sources/cowtool/ - mkdir /sources/cowtool/buildspace/ + mkdir -p /sources/ + mkdir -p /sources/cowtool/ + mkdir -p /sources/cowtool/buildspace/