Implemented distclean in build system.

parent 4635633b
......@@ -40,7 +40,10 @@ include $(d)/rules.mk
all: doc build
clean:
rm -rf $(CLEAN) `find -name \*.pyc`
rm -rf $(CLEAN)
distclean:
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