Files
ece-250/P1/Makefile
2023-05-21 23:28:11 -04:00

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