Files
COGMOD-HWI/Project/Makefile
T

13 lines
148 B
Makefile
Raw Normal View History

2025-04-19 16:52:03 -04:00
all: run analyze doc
run:
python main.py
analyze:
python main.py --analyze
doc:
pdflatex report.tex
pdflatex report.tex
pdflatex report.tex