Skip to content
Snippets Groups Projects
Makefile 104 B
Newer Older

all: fmc-tdc.pdf

fmc-tdc.pdf: fmc-tdc.tex
	texi2pdf $< 

clean: 
	rm -f *.pdf *.out *.toc *.aux *.log