2023-11-19 18:11:41 +00:00
|
|
|
SHELL := /bin/bash ## <= required to use time
|
2023-06-09 01:12:07 +00:00
|
|
|
run:
|
2023-11-19 18:11:41 +00:00
|
|
|
python3.9 samples.py
|
2023-06-09 01:12:07 +00:00
|
|
|
|
2023-11-19 18:11:41 +00:00
|
|
|
install:
|
|
|
|
pip3 install squigglepy==0.27
|
2023-06-09 01:12:07 +00:00
|
|
|
|
2023-11-19 18:11:41 +00:00
|
|
|
time:
|
|
|
|
time python3.9 samples.py
|