all: test.cpp Calculator.cpp VariableNode.cpp VariableLinkedList.cpp g++ -std=c++11 test.cpp Calculator.cpp VariableNode.cpp VariableLinkedList.cpp