all:
	make -f Makefile.raspbian
	#make -f Makefile.baremetal

clean:
	make clean -f Makefile.raspbian
	#make clean -f Makefile.baremetal

