]> git.proxmox.com Git - pmg-docs.git/commitdiff
images/installer/Makefile: add 'update' target (replace clean)
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 21 Dec 2017 11:29:21 +0000 (12:29 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 21 Dec 2017 11:29:21 +0000 (12:29 +0100)
images/installer/Makefile

index 33c8d94f801e271f39e1166d4efa292f8fd9e5b3..4e6985b2b033a8b1fa25e878491803255dffddc5 100644 (file)
@@ -14,5 +14,6 @@ all: $(addsuffix .png, ${PPMS})
 %.png: %.ppm
        convert $< -bordercolor black -border 10x10 $@
 
-clean:
+update:
        rm -f $(addsuffix .png, ${PPMS})
+       $(MAKE)