omnisiah-blessings/makefile
2025-04-25 17:39:44 -07:00

10 lines
No EOL
236 B
Makefile

default: build compress
build:
@echo "Building the project..."
-mkdir -p ./bin
go build -ldflags="-s -w" -o ./bin/OmnissiahBlessing.exe
compress:
@echo "Compressing the executable..."
upx --best --lzma ./bin/OmnissiahBlessing.exe