summaryrefslogtreecommitdiff
path: root/0470/Makefile
blob: c14fbec308cf7bfaa9ad18a19058ccb52cb93b86 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
all: r0470core.pdf r0470ww1.pdf # gitblahblah

r0470core.pdf: r0470core.lyx
	lyx -e pdf5 r0470core.lyx

r0470ww1.pdf: r0470ww1.lyx
	lyx -e pdf5 r0470ww1.lyx

gitblahblah:
	git add .
	git commit -m "Routine update"
	git push