d03 ex00 ok

This commit is contained in:
Hugo LAMY
2022-02-17 13:43:18 +01:00
parent f911e6fbcd
commit 5b836dd5d4
6 changed files with 181 additions and 2 deletions

View File

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