Skip to content
Snippets Groups Projects
Unverified Commit dc43e63e authored by rhatto's avatar rhatto
Browse files

Makefile: updates jhead target

parent b62155d9
No related branches found
No related tags found
No related merge requests found
......@@ -23,4 +23,5 @@ web_deploy:
publish: web web_deploy
jhead:
@find -name '*jpg' -exec jhead -dc -de -di -dx -du {} \;
@find -name '*jpg ' -exec jhead -dc -de -di -dx -du {} \;
@find -name '*jpeg' -exec jhead -dc -de -di -dx -du {} \;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment