all: notfree

notfree: notfree.cpp
	c++ -O3 -Wall notfree.cpp -o notfree -std=c++17

clean:
	rm -r -f notfree