depots: depots.cc
	g++ depots.cc -o depots

clean:
	rm -f depots

test: depots
	./depots -e 1 -i 2 -t 3 -p 4 -h 5 -c 6
