Commit 4635633b authored by Taddeus Kroes's avatar Taddeus Kroes

Added *.pyc files to 'make clean'.

parent e371ce89
......@@ -40,7 +40,7 @@ include $(d)/rules.mk
all: doc build
clean:
rm -rf $(CLEAN)
rm -rf $(CLEAN) `find -name \*.pyc`
$(TGT_DIR):
mkdir -p $(TGT_DIR)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment