touch png last

This commit is contained in:
Mattia Basaglia 2014-12-21 19:18:06 +01:00
parent b4273a4bed
commit cdd11d8b15

View file

@ -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 {} \;