ltcp/bericht/Makefile

10 lines
165 B
Makefile
Raw Normal View History

.cmd_ok:
./check_cmds.sh
%.pdf: %.tex
latexmk -pdf $<
all: .cmd_ok bericht.pdf
clean:
latexmk -CA
upload: all
2013-10-21 17:13:07 +00:00
rsync -avc bericht.pdf lctp@devkid.net:bericht.pdf