refactor/rename-it-to-build
main
@@ -1,4 +1,5 @@
BINARY_NAME=lambda.exe
TEST=simple
.PHONY: help build run profile explain graph docs
@@ -17,8 +18,6 @@ build:
@ go build -o ${BINARY_NAME} ./cmd/lambda
@ chmod +x ${BINARY_NAME}
run: build
@ ./lambda.exe - < ./samples/$(TEST).txt > program.out
The note is not visible to the blocked user.