Skip to content

Commit 98029a7

Browse files
committed
Keeping intermediate Markdown generated from R
1 parent e6b9507 commit 98029a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ INCLUDES = \
2424
# Chunk options for knitr (used in R conversion).
2525
R_CHUNK_OPTS = tools/chunk-options.R
2626

27+
# Ensure that intermediate (generated) Markdown files from R are kept.
28+
.SECONDARY: $(DST_RMD)
29+
2730
# Default action is to show what commands are available.
2831
all : commands
2932

0 commit comments

Comments
 (0)