Skip to content

Commit

Permalink
Makefile: clean target now removed .DS_Store files
Browse files Browse the repository at this point in the history
  • Loading branch information
LudovicRousseau committed Oct 17, 2024
1 parent 1d64028 commit 6279cb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ clean distclean:
rm -f PyKCS11/_LowLevel*
rm -f build-stamp
rm -f test/*.pyc
find . -name .DS_Store -exec rm {} \;

src/pykcs11.i: src/opensc/pkcs11.h src/pkcs11lib.h src/pykcs11string.h src/ck_attribute_smart.h
touch $@
Expand Down

0 comments on commit 6279cb2

Please sign in to comment.