time-to-botec/squigglepy/makefile
2023-11-19 18:11:41 +00:00

10 lines
148 B
Makefile

SHELL := /bin/bash ## <= required to use time
run:
python3.9 samples.py
install:
pip3 install squigglepy==0.27
time:
time python3.9 samples.py