build: make all targets silent, test output will still appear anyway

This commit is contained in:
2025-11-26 16:11:26 +01:00
parent 44cceaad6d
commit 59974a4d29

View File

@@ -8,7 +8,7 @@ build:
@$(GO) build -o $(BIN) ./cmd/aoc
test:
$(GO) test ./...
@$(GO) test ./...
clean:
rm -f $(BIN)
@rm -f $(BIN)