diff options
| author | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-16 13:42:00 +0400 |
|---|---|---|
| committer | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-16 13:42:00 +0400 |
| commit | 6d229b23d831c5514497ffabc971bb8de78144c8 (patch) | |
| tree | 6bd32852b591b65c252b24a77301d63c204a1a82 | |
| parent | 44faf8599b2c092aa99d6ed76e02a9db51ab785d (diff) | |
fix folders creation
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
