Skip to content

Commit

Permalink
ensure test make target is phony
Browse files Browse the repository at this point in the history
Signed-off-by: Will Murphy <will.murphy@anchore.com>
  • Loading branch information
willmurphyscode committed May 9, 2024
1 parent 5f4e454 commit 4aa9f78
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,9 @@ TASKS := $(shell bash -c "$(TASK) -l | grep '^\* ' | cut -d' ' -f2 | tr -d ':' |
$(TASKS): $(TASK)
@$(TASK) $@

.PHONY: test
test: $(TASK)
$(TASK) $@

help: $(TASK)
@$(TASK) -l

0 comments on commit 4aa9f78

Please sign in to comment.