OPDIR=output/
SRC=src/
demo:
	sh ${SRC}demo.sh
clean:
	rm  -f ${OPDIR}*
