all: auction.o
	g++ auction.o -o asim -lpthread
auction.o: auction.cpp
	g++ -c auction.cpp
clean:
	rm -f *.o