Ensure mkdir doesn't fail if dist exists
This commit is contained in:
parent
1be318c239
commit
b2dc73148e
2
compile
2
compile
@ -76,7 +76,7 @@ if [[ $BUILD_TYPE == "debug" ]]; then
|
||||
PCKR_OUT="pckr"
|
||||
PAKRD_OUT="libpakrd.a"
|
||||
else
|
||||
mkdir dist
|
||||
mkdir -p dist
|
||||
cp ./include/pak.h dist
|
||||
CFLAGS+="-O3 "
|
||||
PCKR_OUT="dist/pckr"
|
||||
|
Loading…
x
Reference in New Issue
Block a user