all: build
	make -C dll
	make -C libril
	make -C rilhook
	make -C src
	make -C tlbdump

build:
	mkdir -p build/ce build/w32
