Update makefile

This commit is contained in:
Eden Kirin
2023-10-26 13:28:10 +02:00
parent 45f6f19441
commit c1997aaab5
2 changed files with 7 additions and 0 deletions

View File

@ -1,2 +1,8 @@
EXEC=iris-test
run:
@air
.PHONY: build
build:
@go build -ldflags "-s -w" -o ./build/${EXEC} ./app/main.go