convert : convert.cpp
	c++ -O3 -Wall -Wextra -std=c++17 -o convert convert.cpp
clean:
	rm -r -f convert
