From b59a6f99a18246b08beb7997d9d2f59bac14d2de Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 25 Feb 2019 23:11:14 -0500 Subject: trie: Implement a QP trie --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3a4bfb4..db41067 100644 --- a/Makefile +++ b/Makefile @@ -81,6 +81,7 @@ bfs: \ printf.o \ spawn.o \ stat.o \ + trie.o \ typo.o \ util.o $(CC) $(ALL_LDFLAGS) $^ $(ALL_LDLIBS) -o $@ -- cgit v1.2.3