Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Commit

Permalink
Use -p switch for mkdir so it doesn't fail if the directory already e…
Browse files Browse the repository at this point in the history
…xists. (#30)
  • Loading branch information
TiZ-HugLife authored and GTD-Carthage committed Apr 11, 2019
1 parent 39c404c commit 99ede4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/makefile
Expand Up @@ -3,7 +3,7 @@ all: obaddon-build

# Do the actual build
obaddon-build:
mkdir build
mkdir -p build
cd ../src; zip -vr ../scripts/build/obaddon.pk3 *

# Clean
Expand Down

0 comments on commit 99ede4a

Please sign in to comment.