Files
test-iris-web-framework/Makefile
2023-10-26 13:28:10 +02:00

9 lines
110 B
Makefile

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