d06 ex00 all checks are ok

This commit is contained in:
hugogogo
2022-03-07 22:30:41 +01:00
parent 142687283e
commit 4ee3ae3e7d
10 changed files with 234 additions and 73 deletions

View File

@@ -37,7 +37,7 @@ SRCS = main.cpp \
checkDouble.cpp
D_HEADERS = .
HEADERS = color.h
HEADERS = convert.h
D_OBJS = builds
OBJS = $(SRCS:%.$(EXT)=$(D_OBJS)/%.o)