2 lines
149 B
Makefile
2 lines
149 B
Makefile
all: test.cpp Calculator.cpp VariableNode.cpp VariableLinkedList.cpp
|
|
g++ -std=c++11 test.cpp Calculator.cpp VariableNode.cpp VariableLinkedList.cpp
|