]> git.puffer.fish Git - matthieu/nova.git/commitdiff
fix folders creation
authorMatthieuCoder <matthieu@matthieu-dev.xyz>
Mon, 16 Jan 2023 09:42:00 +0000 (13:42 +0400)
committerMatthieuCoder <matthieu@matthieu-dev.xyz>
Mon, 16 Jan 2023 09:42:00 +0000 (13:42 +0400)
Makefile

index 22be2897cf06f94378f3cdc62b562864dc7e9ad9..b9498d32e614b05aa0105466f3ad9b36f42bd0aa 100644 (file)
--- 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