From 4b34ef523dc51cf6a0df4fe91150aa9c5e4ffc48 Mon Sep 17 00:00:00 2001 From: JP Appel Date: Fri, 19 Apr 2024 20:28:15 -0400 Subject: initial files for analysis --- makefile | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 445e881..14478ef 100644 --- a/makefile +++ b/makefile @@ -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 -- cgit v1.2.3