permutations: permutations.cpp
	g++ -O3 -o permutations permutations.cpp

clean:
	rm -f permutations
