diff --git a/Makefile b/Makefile index 6b47c10..ed73e39 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,7 @@ BINARY_NAME=lambda +.PHONY: it run profile explain graph + it: @ go build -o ${BINARY_NAME} ./cmd/lambda