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

3 lines
97 B
Makefile

all: Test.cpp Graph.cpp PriorityQueue.cpp
g++ -std=c++11 Test.cpp Graph.cpp PriorityQueue.cpp