make game executable
This commit is contained in:
parent
dd2e68a8e8
commit
222927070f
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:
|
||||
|
2
engine/fov/xecutor/precomputed_xecutor.go
Normal file
2
engine/fov/xecutor/precomputed_xecutor.go
Normal file
@ -0,0 +1,2 @@
|
||||
package xecutor
|
||||
|
1
engine/fov/xecutor/precomputed_xecutor_test.go
Normal file
1
engine/fov/xecutor/precomputed_xecutor_test.go
Normal file
@ -0,0 +1 @@
|
||||
package xecutor
|
Loading…
x
Reference in New Issue
Block a user