
all: stats car cmpx

stats: stats.cc
	g++ -o stats stats.cc

car: car.cc
	g++ -o car car.cc

cmpx: cmpx.cc
	g++ -o cmpx cmpx.cc
