all: templates.cpp
	clang++ -o templates templates.cpp

clean:
	rm -f templates