MA0301/exam_template/Makefile
2021-05-10 19:32:53 +02:00

11 lines
324 B
Makefile

.DEFAULT_GOAL := default
.PHONY: default python
default: python
pdflatex main.tex
python:
python python/Hasse.py graphics/src/example1.txt graphics/example1.tex
python python/FSA.py graphics/src/example2.txt graphics/example2.tex
python python/Truthtable.py graphics/src/example3.txt graphics/example3.tex