
all:
	./build.py

install:
	./build.py install

clean:
	./build.py clean
	chmod a+x *.py

