fichiers organisés
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user