add make file. Move exe

This commit is contained in:
Preston Baxter 2024-02-10 22:10:29 -06:00
parent a42de52c60
commit d97cf32d72
3 changed files with 6 additions and 0 deletions

6
Makefile Normal file
View File

@ -0,0 +1,6 @@
build:
GOOS=windows GOARCH=amd64 go build -o hln.exe
dev:
GOOS=windows GOARCH=amd64 go build -o hln-dev.exe

BIN
hln.exe

Binary file not shown.

Binary file not shown.