11 lines
		
	
	
		
			123 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			123 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| install: 
 | |
| 	pip3 install "squigglepy>=0.26"
 | |
| 	pip3 install numpy
 | |
| 
 | |
| run:
 | |
| 	python3 samples.py
 | |
| 
 | |
| time: 
 | |
| 	time python3 samples.py
 | |
| 
 |