test: Application.o LinkedList.o g++ -o test Application.o LinkedList.o -g Application.o: g++ -c Application.cpp -g LinkedList.o: LinkedList.cpp LinkedList.h types.tpp cp LinkedList.cpp temp.cpp cat types.tpp >> temp.cpp g++ -c temp.cpp -g -o LinkedList.o \rm -f temp.cpp clean: \rm -f *.o test