diff --git a/Makefile b/Makefile index a3f055a..4663ed9 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ build: @$(GO) build -o $(BIN) ./cmd/aoc test: - $(GO) test ./... + @$(GO) test ./... clean: - rm -f $(BIN) + @rm -f $(BIN)