Skip to content

Commit

Permalink
make: all do not need test recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
lufia committed Dec 15, 2023
1 parent af6d9db commit 374b88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BUILD_LDFLAGS := "-X main.revision=$(GIT_REVISION)"

SOURCES = $(shell find . -type f -name '*.go')

all: test $(OUTPUT_DIR)/$(NAME)
all: $(OUTPUT_DIR)/$(NAME)

.PHONY: lint
lint:
Expand Down

0 comments on commit 374b88e

Please sign in to comment.