all: template_test template_test: template_test.cpp Seq.h g++ -o template_test template_test.cpp clean: rm -f template_test *.o