gdritter repos esperanto-in-50-lessons / master Makefile
master

Tree @master (Download .tar.gz)

Makefile @masterraw · history · blame

1
2
3
4
5
6
7
all: book.pdf

book.pdf: book.tex chapters/*.tex
	pdflatex book.tex

clean:
	rm -f book.aux book.log book.pdf