terminal mode
This commit is contained in:
parent
8e7f2f6ab9
commit
d940f9c71b
5 changed files with 63 additions and 194 deletions
2
makefile
2
makefile
|
@ -3,7 +3,7 @@ default: build compress
|
|||
build:
|
||||
@echo "Building the project..."
|
||||
-mkdir -p ./bin
|
||||
go build -ldflags="-H windowsgui -s -w" -o ./bin/OmnissiahBlessing.exe
|
||||
go build -ldflags="-s -w" -o ./bin/OmnissiahBlessing.exe
|
||||
|
||||
compress:
|
||||
@echo "Compressing the executable..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue