From: Dietmar Maurer Date: Thu, 21 Dec 2017 11:29:21 +0000 (+0100) Subject: images/installer/Makefile: add 'update' target (replace clean) X-Git-Url: https://git.proxmox.com/?p=pmg-docs.git;a=commitdiff_plain;h=4d61375156a3bf6281fd3f3054372063a11b6c95 images/installer/Makefile: add 'update' target (replace clean) --- diff --git a/images/installer/Makefile b/images/installer/Makefile index 33c8d94..4e6985b 100644 --- a/images/installer/Makefile +++ b/images/installer/Makefile @@ -14,5 +14,6 @@ all: $(addsuffix .png, ${PPMS}) %.png: %.ppm convert $< -bordercolor black -border 10x10 $@ -clean: +update: rm -f $(addsuffix .png, ${PPMS}) + $(MAKE)