10 lines
		
	
	
		
			148 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			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
 |