build:
	g++ -O6 selection.cpp -o selection

command:
	@echo "./selection"

user:
	@echo "roche"
