MA0301/exam_template/Makefile

11 lines
324 B
Makefile
Raw Normal View History

2021-05-10 17:41:58 +02:00
.DEFAULT_GOAL := default
.PHONY: default python
default: python
pdflatex main.tex
python:
2021-05-10 19:32:53 +02:00
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