@@ -27,9 +27,11 @@ run: build
@echo "-- running $(NAME)"
@$(BINARY)
#BUILD_PARAMS = -trimpath
build:
@echo "-- building $(NAME)"
@go build -o $(BINARY) $(ENTRY)
@go build $(BUILD_PARAMS) -o $(BINARY) $(ENTRY)
test:
@echo "-- testing $(NAME)"
The note is not visible to the blocked user.