refactor: remove entry code from trie
This commit is contained in:
parent
4b772d003b
commit
0c742f45b0
7 changed files with 23 additions and 16 deletions
2
Makefile
2
Makefile
|
|
@ -1,7 +1,7 @@
|
|||
# =====CONFIG=====
|
||||
BUILD_DIR := ./build
|
||||
SRC_DIRS := ./src ./trie/src
|
||||
INCLUDE_DIRS := ./trie/include
|
||||
INCLUDE_DIRS := ./trie/include ./include
|
||||
TEST_DIR := test
|
||||
CORES != nproc
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue