build:
	make -C games build
	make -C system build
	make -C user build

clean:
	make -C games clean
	make -C system clean
	make -C user clean