summaryrefslogtreecommitdiff
path: root/Makefile
blob: 181d170625ab3ccbd922fded38f0c957111f89b0 (plain)
1
2
3
4
image: SHELL:=/bin/bash   # HERE: this is setting the shell for b only
image:
	exiftool -all:all= $(IMG) -overwrite_original
	mogrify -resize 1920 $(IMG)