
clean:
	ls * | grep -v Interactive.queue | grep -v Interactive.init | grep -v Makefile | xargs rm -rf
