make game executable
This commit is contained in:
1
Makefile
1
Makefile
@ -32,6 +32,7 @@ build.game.linux64:
|
||||
cp -r $(CWD)/resources $(DISTFOLDER) && \
|
||||
$(GO) build -ldflags $(LDFLAGS) -o $(DISTFOLDER)/game $(CWD)/cmd/game/main.go && \
|
||||
strip $(DISTFOLDER)/game && \
|
||||
chmod +x $(DISTFOLDER)/game && \
|
||||
cd $(DISTFOLDER) && zip -r ../$(PROJECT_NAME)-$(OS)-${PKG_VER}.zip . -x *.git*
|
||||
|
||||
build.game.win64:
|
||||
|
Reference in New Issue
Block a user