SD = ../../src

runit:
	cp -rf $(SD) .
	mkdir -p test
	cp ../../Makefile Makefile.top
	make -f Makefile.top defcon
	make -f Makefile.top compile
	make -f Makefile.top run
	make -f Makefile.top plot
	rm -rf test src conf/* Makefile.top
