diff --git a/Makefile b/Makefile index 30bfaa5dc76287162b31ee2386937314bd513e10..bb4ad2cd481683cb79b02f3e0670e918e127b5ee 100644 --- a/Makefile +++ b/Makefile @@ -236,5 +236,6 @@ ISO_PHONY=iso_download iso_content iso_clean ROOTFS_PHONY=rootfs_unsquash rootfs_prepare rootfs_remaster rootfs_finalize rootfs_checksums rootfs_deduplicate rootfs_squash rootfs_clean INITRD_PHONY=initrd_unpack initrd_remaster initrd_pack initrd_clean APT_CACHE_PHONY=apt_cache apt_cache_clean +IMAGE_PHONY=image_git image_git_pull image_binary_files -.PHONY : workspace config config_clean $(ISO_PHONY) $(ROOTFS_PHONY) $(INITRD_PHONY) $(APT_CACHE_PHONY) +.PHONY : workspace config config_clean $(ISO_PHONY) $(ROOTFS_PHONY) $(INITRD_PHONY) $(APT_CACHE_PHONY) $(IMAGE_PHONY)