CXXFLAGS = -std=c++23
LDLIBS = -lstdc++

Out.txt:cmdopt
	./$< -i input.txt -o output.txt -n 1.23 -n 3.45 -n 4.432

clean:
	$(RM) cmdopt [Oo]ut*
