3 lines
97 B
Makefile
3 lines
97 B
Makefile
all: Test.cpp Graph.cpp PriorityQueue.cpp
|
|
g++ -std=c++11 Test.cpp Graph.cpp PriorityQueue.cpp
|