From: Maxim Belkin Date: Tue, 17 Jul 2018 21:53:56 +0000 (-0500) Subject: Makefile: fix typo in clean-rmd rule X-Git-Url: https://git.arvados.org/rnaseq-cwl-training.git/commitdiff_plain/b01dd227c382b6e136db7a92c0f014d549e87d02 Makefile: fix typo in clean-rmd rule --- diff --git a/Makefile b/Makefile index f0b73e6..5ee0980 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ clean : @find . -name '*.pyc' -exec rm {} \; ## clean-rmd : clean intermediate R files (that need to be committed to the repo). -clear-rmd : +clean-rmd : @rm -rf ${RMD_DST} @rm -rf fig/rmd-*