1version = $(strip $(shell cat ../../VERSION))
2
3all:
4	make -C ../python
5	./build.py $(version)
6
7clean:
8	rm -Rf *-linux-* *-steamos-*
9