We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4df48ae commit e122dcbCopy full SHA for e122dcb
Makefile
@@ -8,5 +8,5 @@ clean :
8
@rm -rf Input Output Metrics Plots Benchmarks getDag.sh runPip.sh Snakefile config.yaml && \
9
find . -maxdepth 1 -name '*scratch*' -exec rm -rf {} \; && \
10
find . -maxdepth 1 -name '*benchmarks*' -exec rm -rf {} \; && \
11
- find . -maxdepth 1 -name '*pipOut*' -exec rm -rf {} \;
+ find . -maxdepth 1 -name '*pipOut*' -exec rm -rf {} \; && \
12
find . -maxdepth 1 -name '*runSum*' -exec rm -rf {} \;
0 commit comments