d06 check leaks ok

This commit is contained in:
hugogogo
2022-03-14 18:45:24 +01:00
parent 2d613efdf4
commit ac4cb599eb
6 changed files with 100 additions and 40 deletions

View File

@@ -32,7 +32,8 @@ D_SRCS = srcs
SRCS = main.cpp
D_HEADERS = headers
HEADERS = Data.hpp
HEADERS = Data.hpp \
colors.h
D_OBJS = builds
OBJS = $(SRCS:%.$(EXT)=$(D_OBJS)/%.o)