[Cryptech-Commits] [sw/pkcs11] 02/02: Clean Python compiled byte code too.

git at cryptech.is git at cryptech.is
Sun Oct 16 20:23:30 UTC 2016


This is an automated email from the git hooks/post-receive script.

sra at hactrn.net pushed a commit to branch ksng
in repository sw/pkcs11.

commit 1aca8bba238db46766d8cf4f3f32d7660cc53bd2
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Sun Oct 16 16:20:27 2016 -0400

    Clean Python compiled byte code too.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index acb20f3..9d72087 100644
--- a/Makefile
+++ b/Makefile
@@ -132,7 +132,7 @@ endif
 all: ${SONAME} p11util py11/attribute_map.py
 
 clean:
-	rm -rf *.o ${SONAME}* p11util schema.h attributes.h
+	rm -rf *.o ${SONAME}* p11util schema.h attributes.h py11/*.pyc
 	${MAKE} -C libtfm  $@
 	${MAKE} -C libhal  $@
 ifeq "${ENABLE_OWN_SQLITE_LIBRARY}" "yes"



More information about the Commits mailing list