mirror of
https://github.com/ION606/COGMOD-HWI.git
synced 2026-05-14 22:16:57 +00:00
13 lines
148 B
Makefile
13 lines
148 B
Makefile
all: run analyze doc
|
|
|
|
run:
|
|
python main.py
|
|
|
|
analyze:
|
|
python main.py --analyze
|
|
|
|
doc:
|
|
pdflatex report.tex
|
|
pdflatex report.tex
|
|
pdflatex report.tex
|