all:
	(cd users_manual; make all);\
	(cd bsp-klic; make all);

clean:
	(cd users_manual; make clean);\
	(cd bsp-klic; make clean);
