From 6d229b23d831c5514497ffabc971bb8de78144c8 Mon Sep 17 00:00:00 2001 From: MatthieuCoder Date: Mon, 16 Jan 2023 13:42:00 +0400 Subject: [PATCH] fix folders creation --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 22be289..b9498d3 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,8 @@ # Build nova all-in-one bin all: # Creates bin folder for artifacts - @mkdir -p build/{bin,lib} + @mkdir -p build/bin + @mkdir -p build/lib @echo "Using cc, go, rust and ld versions" cc -v -- 2.39.5