pbm compilation was to link class.cpp

This commit is contained in:
hugogogo
2022-02-02 18:42:56 +01:00
parent fd2dd5fa20
commit cdd562216a
6 changed files with 7 additions and 19 deletions

View File

@@ -16,11 +16,11 @@ LIBS =
INCLUDES = -I$(D_HEADERS)
D_HEADERS = .
HEADERS = Phonebook.class.hpp
HEADERS = Phonebook.class.hpp \
Phonebook.class.cpp
D_SRCS = .
SRCS = Phonebook.cpp \
Phonebook.class.cpp
D_OBJS = builds
OBJS = $(SRCS:%.cpp=$(D_OBJS)/%.o)