aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2016-10-16 16:20:27 -0400
committerRob Austein <sra@hactrn.net>2016-10-16 16:20:27 -0400
commit1aca8bba238db46766d8cf4f3f32d7660cc53bd2 (patch)
tree0e3f1e2aa4e81ad404491e6258c183e4bd1b6a12
parent0671f0d3e0243f8af1fb583336479d9d87535557 (diff)
Clean Python compiled byte code too.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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"