all:
	make -C i386/
	make -C exampleos/
clean:
	make -C i386/ clean
	make -C exampleos/ clean

