all: template_test

template_test: template_test.cpp LinkedList.h
	g++ -Wall -o template_test template_test.cpp

clean:
	rm -f template_test *.o