9 lines
160 B
Makefile
9 lines
160 B
Makefile
run:
|
|
python3 ./lab3_page7.py
|
|
|
|
build:
|
|
pdflatex -shell-escape -file-line-error -interaction=nonstopmode LAB3.tex
|
|
|
|
shell:
|
|
PYTHONSTARTUP=./lab3_page7.py python3
|