using functionning luke bst
This commit is contained in:
12
Makefile
12
Makefile
@@ -32,7 +32,7 @@ RESET = "\e[0m"
|
||||
|
||||
NAME = containers
|
||||
|
||||
CC = clang++
|
||||
CC = g++
|
||||
EXT = cpp
|
||||
|
||||
CFLAGS = -Wall -Wextra -Werror $(INCLUDES)
|
||||
@@ -67,11 +67,17 @@ HEADERS = colors.h \
|
||||
equal.hpp \
|
||||
lexicographical_compare.hpp \
|
||||
pair.hpp \
|
||||
bst.hpp \
|
||||
bst_node.hpp \
|
||||
bst_iterator.hpp \
|
||||
\
|
||||
vector.hpp
|
||||
vector.hpp \
|
||||
map.hpp
|
||||
|
||||
D_TEMPLATES = ./templates
|
||||
TEMPLATES = vector.tpp \
|
||||
TEMPLATES = bst.tpp \
|
||||
\
|
||||
vector.tpp \
|
||||
map.tpp
|
||||
|
||||
D_TESTS = ./tests/includes
|
||||
|
||||
Reference in New Issue
Block a user