time-to-botec/squigglepy/makefile

10 lines
148 B
Makefile
Raw Normal View History

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