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