
all:
	./build.sh 

clean:
	rm -rf install
	./build.sh -c
