terminal mode

This commit is contained in:
Merith 2025-04-25 17:39:44 -07:00
parent 8e7f2f6ab9
commit d940f9c71b
5 changed files with 63 additions and 194 deletions

View file

@ -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..."