tentative debut de code avec class ne fonctionne pas

This commit is contained in:
Hugo LAMY
2022-02-02 17:02:43 +01:00
parent 80384d5f93
commit fd2dd5fa20
9 changed files with 51 additions and 2 deletions

View File

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