Skip to content

Commit da71554

Browse files
committed
rm icat/__pycache__ on make clean
1 parent a571042 commit da71554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ doc-man: meta
1818

1919
clean:
2020
rm -rf build
21-
rm -rf __pycache__
21+
rm -rf __pycache__ icat/__pycache__
2222
rm -rf tests/data/example_data.yaml
2323
rm -rf tests/data/icatdump-* tests/data/ingest-*.xml
2424
rm -rf tests/data/ingest-*.xsd tests/data/ingest.xslt

0 commit comments

Comments
 (0)