
all:
	sh rundemo.sh

clean:
	rm -f *.opt *.o *.cm[iox] __* *~

.PHONY: all clean
