ltcp/bericht/Makefile

8 lines
101 B
Makefile
Raw Normal View History

2013-10-21 18:47:58 +00:00
.cmd_ok:
./check_cmds.sh
%.pdf: %.tex
latexmk -pdf $<
all: .cmd_ok bericht.pdf
clean:
latexmk -CA