11 lines
115 B
Makefile
11 lines
115 B
Makefile
|
install:
|
||
|
pip3 install squigglepy
|
||
|
pip3 install numpy
|
||
|
|
||
|
run:
|
||
|
python3 samples.py
|
||
|
|
||
|
time:
|
||
|
time python3 samples.py
|
||
|
|