build:
	make -C libs build
	make -C apps build
	make -C drivers build

clean:
	make -C libs clean
	make -C apps clean
	make -C drivers clean
