Skip to content

Commit a3c1814

Browse files
committed
use mkdir-p to ignore exists error
1 parent 3cdf79d commit a3c1814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ endif
1313
build: $(release)
1414

1515
build/factorio-server-manager-%.zip: clean app/bundle factorio-server-manager-%
16-
@-mkdir build
16+
@mkdir -p build/
1717
@echo "Packaging Build - $@"
1818
@cp -r app/ factorio-server-manager/
1919
@cp conf.json.example factorio-server-manager/conf.json

0 commit comments

Comments
 (0)