Skip to content

Commit 6522dbb

Browse files
committed
Add toplevel makefile and makefile for presentation
1 parent e8d3969 commit 6522dbb

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

Makefile

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
TARGETS = report presentation
2+
.PHONY: ${TARGETS}
3+
4+
all: ${TARGETS}
5+
6+
${TARGETS}:
7+
$(MAKE) -C $@

presentation/Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
presentation.pdf: presentation.tex
2+
pdflatex $<

0 commit comments

Comments
 (0)