Skip to content

Commit efdfbbd

Browse files
committed
fix(common): remove unnecessary phony from make
1 parent a2fc28e commit efdfbbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ROOT_DIR := $(CURDIR)
66
BUILDPACK_DIR := $(ROOT_DIR)
77
PYTHON_BIN ?= python3
88

9-
.PHONY: test-buildpack clean-test-buildpack test-unit test-detect test-compile test-release smoke-test start-local
9+
.PHONY: test-buildpack clean-test-buildpack unit-test smoke-test start-local
1010

1111
# Reset the temporary staging directories used for local buildpack testing.
1212
clean-test-buildpack:

0 commit comments

Comments
 (0)