fichiers organisés

This commit is contained in:
hugogogo
2022-03-07 15:16:05 +01:00
parent b8bf7e45dd
commit 142687283e
8 changed files with 159 additions and 78 deletions

View File

@@ -28,11 +28,16 @@ LIBS =
INCLUDES = -I$(D_HEADERS)
D_SRCS = .
SRCS = main.cpp
D_SRCS = srcs
SRCS = main.cpp \
convert.cpp \
checkChar.cpp \
checkInt.cpp \
checkFloat.cpp \
checkDouble.cpp
D_HEADERS = .
HEADERS =
HEADERS = color.h
D_OBJS = builds
OBJS = $(SRCS:%.$(EXT)=$(D_OBJS)/%.o)