mirror of
https://gitlab.gwdg.de/j.hahn02/university.git
synced 2026-01-01 14:54:25 -05:00
19 lines
257 B
Makefile
19 lines
257 B
Makefile
9:
|
|
cd build && python ../Hahn_AM_9A5.py
|
|
|
|
5:
|
|
cd build && python ../Hahn_Blatt5A5.py
|
|
|
|
fir:
|
|
cd build && python ../Hahn_AM_EX5.py
|
|
|
|
nix:
|
|
nix-shell
|
|
|
|
t:
|
|
typst compile --root ../../.. AnaMech_Hahn_Penning_Zettel_1.typ build/Zettel1.pdf
|
|
|
|
clean:
|
|
rm -rf build/
|
|
|