Skip to content

Commit

Permalink
Declare lesson-check-all as Phony
Browse files Browse the repository at this point in the history
  • Loading branch information
b2m committed Jan 31, 2024
1 parent 87d1844 commit 8b02607
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 @@ -93,7 +93,7 @@ workshop-check :
## III. Commands specific to lesson websites
## =================================================

.PHONY : lesson-check lesson-md lesson-files lesson-fixme install-rmd-deps
.PHONY : lesson-check lesson-md lesson-files lesson-fixme lesson-check-all install-rmd-deps

# RMarkdown files
RMD_SRC = $(wildcard _episodes_rmd/??-*.Rmd)
Expand Down

0 comments on commit 8b02607

Please sign in to comment.