Skip to content
Snippets Groups Projects
Commit 44cbdd93 authored by Sander Mathijs van Veen's avatar Sander Mathijs van Veen
Browse files

Implemented distclean in build system.

parent 4635633b
No related branches found
No related tags found
No related merge requests found
......@@ -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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment