2 lines
64 B
Makefile
2 lines
64 B
Makefile
|
trie: trie.c trie.h
|
||
|
gcc trie.c -Wall -pedantic -std=c89 -o trie
|