EE3150-LAB3/Makefile
Martin Kennedy 43ac6b82f8 feat: bootstrap a python shell
Useful: `make shell` gives you an interface with all your tools.
2025-10-21 22:24:49 -04:00

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