SHELL=sh

all:
	./buildw32.sh

clean::
	./cleanw32.sh

install::
	./mkinstall.sh
