run:
	./run.sh net
	./run.sh pid

clean:
	rm -rf images output  pidfile  pidfile2  pidfile3
.PHONY: clean run
