Skip to content

Commit d851548

Browse files
committed
Makefile: T2640: fix PHONY typo
Fix typo added in commit 499e8e1 ("Makefile: T2640: add helper to convert ISO to OCI image to start a co…ntainer") should be PHONY over PHONE
1 parent 3170bca commit d851548

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ testtpm: checkiso
4848
qemu-live: checkiso
4949
scripts/check-qemu-install --qemu-cmd --uefi build/live-image-amd64.hybrid.iso $(filter-out $@,$(MAKECMDGOALS))
5050

51-
52-
.PHONE: oci
51+
.PHONY: oci
5352
.ONESHELL:
5453
oci: checkiso
5554
scripts/iso-to-oci build/live-image-amd64.hybrid.iso

0 commit comments

Comments
 (0)