Skip to content
Snippets Groups Projects
Commit 4635633b authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

Added *.pyc files to 'make clean'.

parent e371ce89
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ include $(d)/rules.mk ...@@ -40,7 +40,7 @@ include $(d)/rules.mk
all: doc build all: doc build
clean: clean:
rm -rf $(CLEAN) rm -rf $(CLEAN) `find -name \*.pyc`
$(TGT_DIR): $(TGT_DIR):
mkdir -p $(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