mirror of
https://gitlab.com/mattia.basaglia/ASCII-Pony.git
synced 2024-11-21 19:57:59 +01:00
touch png last
This commit is contained in:
parent
b4273a4bed
commit
cdd11d8b15
1 changed files with 1 additions and 0 deletions
1
Makefile
1
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 {} \;
|
||||
|
|
Loading…
Reference in a new issue