We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cdf79d commit a3c1814Copy full SHA for a3c1814
Makefile
@@ -13,7 +13,7 @@ endif
13
build: $(release)
14
15
build/factorio-server-manager-%.zip: clean app/bundle factorio-server-manager-%
16
- @-mkdir build
+ @mkdir -p build/
17
@echo "Packaging Build - $@"
18
@cp -r app/ factorio-server-manager/
19
@cp conf.json.example factorio-server-manager/conf.json
0 commit comments