diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2024-04-19 20:28:15 -0400 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2024-04-19 20:31:27 -0400 |
| commit | 4b34ef523dc51cf6a0df4fe91150aa9c5e4ffc48 (patch) | |
| tree | 18030395a9613475b8eeb3390440eb8a655ecd38 /makefile | |
| parent | 906ae72b21f630b5c9ff328d3ee51e5e366acb9d (diff) | |
initial files for analysis
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -4,6 +4,9 @@ LDFLAGS := all: +############## +# Programs # +############## ################ # Animations # @@ -18,7 +21,15 @@ presentation: presentation/presentation.html presentation/presentation.html: presentation/presentation.md pandoc -t revealjs -so $@ $< +############## +# Analysis # +############## + +analysis: analysis/analysis.html + +analysis/analysis.html: analysis/analysis.Rmd # TODO: add compile command + clean: - rm -rf presentation/presentation.html + rm -rf presentation/presentation.html analysis/analysis.html -.PHONY: all presentation clean +.PHONY: all presentation analysis clean |
