aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"