8 lines
140 B
Makefile
8 lines
140 B
Makefile
|
all: semantics.pdf
|
||
|
|
||
|
%.pdf: %.tex
|
||
|
latexmk -pdf $<
|
||
|
|
||
|
upload: semantics.pdf
|
||
|
scp semantics.pdf www.tobast:/srv/httpd/tobast.fr/public_html/m2/
|