File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -24,21 +24,17 @@ app/bundle:
2424 @echo " Building Frontend"
2525 @npm install && npm run build
2626
27- factorio-server-manager-linux : godeps
27+ factorio-server-manager-linux :
2828 @echo " Building Backend - Linux"
29- @GOPATH=" ${GOPATH} :${PDW} "
3029 @mkdir -p factorio-server-manager
31- @GOOS=linux GOARCH=amd64 go build -o factorio-server-manager/factorio-server-manager ./src
30+ @cd src; \
31+ GOOS=linux GOARCH=amd64 go build -o ../factorio-server-manager/factorio-server-manager .
3232
33- factorio-server-manager-windows : godeps
33+ factorio-server-manager-windows :
3434 @echo " Building Backend - Windows"
35- @GOPATH=" ${GOPATH} :${PDW} "
3635 @mkdir -p factorio-server-manager
37- @GOOS=windows GOARCH=386 go build -o factorio-server-manager/factorio-server-manager.exe ./src
38-
39- godeps :
40- @echo " Installing Packages"
41- @cat gopkglist | xargs go get
36+ @cd src; \
37+ GOOS=windows GOARCH=386 go build -o ../factorio-server-manager/factorio-server-manager.exe .
4238
4339gen_release : build/factorio-server-manager-linux.zip build/factorio-server-manager-windows.zip
4440 @echo " Done"
You can’t perform that action at this time.
0 commit comments