2 lines
65 B
Makefile
2 lines
65 B
Makefile
all: trietest.cpp Trie.cpp
|
|
g++ -std=c++11 trietest.cpp Trie.cpp
|
all: trietest.cpp Trie.cpp
|
|
g++ -std=c++11 trietest.cpp Trie.cpp
|