build:
	cd welcome; \
	make build; \
	cd ..
	cd about; \
	make build; \
	cd ..
	cd hunter; \
	make build; \
	cd ..
	cd settings; \
	make build; \
	cd ..
	cd scholar; \
	make build; \
	cd ..