Only cleaning intermediate R files on demand.
[rnaseq-cwl-training.git] / Makefile
index c8011ddeedbbc546607b7b8413bcfcd2ffdcf78d..7b1b1b9710278773c04ac93197913fa6c22698c7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -35,8 +35,11 @@ clean :
        @find . -name .DS_Store -exec rm {} \;
        @find . -name '*~' -exec rm {} \;
        @find . -name '*.pyc' -exec rm {} \;
+
+## clean-rmd      : clean intermediate R files (that need to be committed to the repo).
+clear-rmd :
        @rm -rf ${RMD_DST}
-       @rm -rf fig/swc-rmd-*
+       @rm -rf fig/rmd-*
 
 ## ----------------------------------------
 ## Commands specific to workshop websites.