From cdd11d8b15a46c2f32a84717c80fa99fa16310c2 Mon Sep 17 00:00:00 2001 From: Mattia Basaglia Date: Sun, 21 Dec 2014 19:18:06 +0100 Subject: [PATCH] touch png last --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 7c416e3..4074e43 100644 --- a/Makefile +++ b/Makefile @@ -117,3 +117,4 @@ uninstall: #touch output files to avoid re-generations (eg: after cloning) touchput: find $(MAKEFILE_DIR)rendered -exec touch {} \; + find $(MAKEFILE_DIR)rendered -name '*.png' -exec touch {} \;