diff --git a/Makefile b/Makefile index 73bd69b..c7e35a9 100644 --- a/Makefile +++ b/Makefile @@ -112,3 +112,9 @@ collect-wownero: wownero collect-wownero-fake: $(script)/collect-fake.sh + +# etc + +remove-exif: + exiftool -all= `find fastlane/ -name '*.jp*g' -o -name '*.png'` +