d07 ex00 ajout 1 test

This commit is contained in:
hugogogo
2022-03-10 17:52:05 +01:00
parent a8b1a6af1b
commit 3433fafd87
5 changed files with 68 additions and 14 deletions

View File

@@ -31,8 +31,9 @@ INCLUDES = -I$(D_HEADERS)
D_SRCS = .
SRCS = main.cpp
D_HEADERS = headers
HEADERS = Templates.hpp
D_HEADERS = .
HEADERS = colors.h \
Templates.hpp
D_OBJS = builds
OBJS = $(SRCS:%.$(EXT)=$(D_OBJS)/%.o)