install:
	make match; make schedule
.cc:	 
	g++ -O3 -g $@.cc -o ../bin/$@

clean:
	rm -f ../bin/match ../bin/schedule *~
