
CC = clang

CFLAGS = -g -Wall -fsanitize=address

LDLIBS = trie.o

default: trie-ui
