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

2 lines
65 B
Makefile

all: trietest.cpp Trie.cpp
g++ -std=c++11 trietest.cpp Trie.cpp