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