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

Tree @master (Download .tar.gz)

Makefile @master

b65da50
 
 
 
 
 
 
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