@@ -4,8 +4,8 @@ BIN = bin/aoc
.PHONY: build test clean
build:
mkdir -p $(dir $(BIN))
$(GO) build -o $(BIN) ./cmd/aoc
@mkdir -p $(dir $(BIN))
@$(GO) build -o $(BIN) ./cmd/aoc
test:
$(GO) test ./...
The note is not visible to the blocked user.