Skip to content

Commit

Permalink
Using git for 'make clean'
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science authored Oct 9, 2022
1 parent 6845079 commit e10fb6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ all:
@grep -Ee '^[a-z].*:' Makefile | cut -d: -f1 | grep -vF all

clean:
rm -rf build/ dist/ *.egg-info/ *.c *.so *.h __pycache__
git clean -dfxq --exclude=*.py

uninstall: clean
@echo pip uninstalling exif_delete
Expand Down

0 comments on commit e10fb6f

Please sign in to comment.