meilleure orga des fichiers et class contact app ok
This commit is contained in:
@@ -15,12 +15,14 @@ LIBS =
|
||||
|
||||
INCLUDES = -I$(D_HEADERS)
|
||||
|
||||
D_HEADERS = .
|
||||
HEADERS = PhoneBook.class.hpp \
|
||||
PhoneBook.class.cpp
|
||||
|
||||
D_SRCS = .
|
||||
SRCS = main.cpp \
|
||||
Contact.class.cpp \
|
||||
PhoneBook.class.cpp
|
||||
|
||||
D_HEADERS = .
|
||||
HEADERS = Contact.class.hpp \
|
||||
PhoneBook.class.hpp
|
||||
|
||||
D_OBJS = builds
|
||||
OBJS = $(SRCS:%.cpp=$(D_OBJS)/%.o)
|
||||
|
||||
Reference in New Issue
Block a user