all:
	g++ *.cpp -o test

clean:
	rm test
