all:
	xcc -Wall -g -target=XCORE-200-EXPLORER -L . -lloader -Xmapper --first -Xmapper loader_pre_crt.o loader_init.o app.xc

clean:
	rm -f a.xe
