added base project

This commit is contained in:
2025-04-19 16:52:03 -04:00
parent 60eafe0ddb
commit 32fe80859b
41 changed files with 1615 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
all: run analyze doc
run:
python main.py
analyze:
python main.py --analyze
doc:
pdflatex report.tex
pdflatex report.tex
pdflatex report.tex