File size: 61 Bytes
7873319
 
 
 
 
 
 
1
2
3
4
5
6
7
8
all:
	python setup.py build

t:
	python sample.py

.PHONY: t