mirror of
https://github.com/cupcakearmy/hauptseminar-rechnernetze.git
synced 2024-12-22 16:16:30 +00:00
7 lines
127 B
Makefile
7 lines
127 B
Makefile
|
fonts:
|
||
|
./fonts/install.sh
|
||
|
|
||
|
build:
|
||
|
find src -type f -name 'main.tex' | xargs tectonic
|
||
|
mv src/intro/main.pdf Introduction.pdf
|