4 lines
127 B
Makefile
4 lines
127 B
Makefile
|
pdf:
|
||
|
docker run -v ./:/tmp git.oscar.blue/noble/lualatex
|
||
|
clean:
|
||
|
rm -f cv.aux cv.fdb_latexmk cv.fls cv.log cv.out missfont.log
|