Skip to content

Commit e122dcb

Browse files
committed
Updated make
1 parent 4df48ae commit e122dcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ clean :
88
@rm -rf Input Output Metrics Plots Benchmarks getDag.sh runPip.sh Snakefile config.yaml && \
99
find . -maxdepth 1 -name '*scratch*' -exec rm -rf {} \; && \
1010
find . -maxdepth 1 -name '*benchmarks*' -exec rm -rf {} \; && \
11-
find . -maxdepth 1 -name '*pipOut*' -exec rm -rf {} \;
11+
find . -maxdepth 1 -name '*pipOut*' -exec rm -rf {} \; && \
1212
find . -maxdepth 1 -name '*runSum*' -exec rm -rf {} \;

0 commit comments

Comments
 (0)