summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieuCoder <matthieu@matthieu-dev.xyz>2023-01-16 13:42:00 +0400
committerMatthieuCoder <matthieu@matthieu-dev.xyz>2023-01-16 13:42:00 +0400
commit6d229b23d831c5514497ffabc971bb8de78144c8 (patch)
tree6bd32852b591b65c252b24a77301d63c204a1a82
parent44faf8599b2c092aa99d6ed76e02a9db51ab785d (diff)
fix folders creation
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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