Skip to content
This repository was archived by the owner on Jun 29, 2020. It is now read-only.

Commit 9f7f0b4

Browse files
committed
Add "update" make target to .PHONY
1 parent 1caf4d8 commit 9f7f0b4

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
@@ -16,4 +16,4 @@ update:
1616
library:
1717
@docker run --rm -v $$(pwd):/work -w /work buildpack-deps ./generate-stackbrew-library.sh
1818

19-
.PHONY: all build library $(VERSIONS)
19+
.PHONY: all build update library $(VERSIONS)

0 commit comments

Comments
 (0)