Skip to content

Commit

Permalink
Merge pull request #333 from maxim-belkin/fix-makefile
Browse files Browse the repository at this point in the history
Makefile: fix typo in clean-rmd rule
  • Loading branch information
rgaiacs committed Jul 18, 2018
2 parents e11668d + b01dd22 commit 3588009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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-*

Expand Down

0 comments on commit 3588009

Please sign in to comment.