Skip to content

Commit 2d77ebd

Browse files
author
Steve Scaffidi
committed
Added new targets from previous commits to .PHONY in Makefile
1 parent 0e23d2d commit 2d77ebd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414

1515
# Build the node-problem-detector image.
1616

17-
.PHONY: all build-container build-tar build push-container push-tar push clean vet fmt version Dockerfile
17+
.PHONY: all build-container build-tar build push-container push-tar push clean vet fmt version \
18+
Dockerfile build-binaries docker-builder build-in-docker
1819

1920
all: build
2021

0 commit comments

Comments
 (0)