d04 ex01 en grande partie fait mais segfault qqpart
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
# . name is case sensitive . ?= set if not already set #
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #
|
||||
|
||||
NAME = poly
|
||||
NAME = burn
|
||||
|
||||
#TYPE = c
|
||||
TYPE = cpp
|
||||
@@ -33,15 +33,13 @@ SRCS = main.cpp \
|
||||
Animal.cpp \
|
||||
Dog.cpp \
|
||||
Cat.cpp \
|
||||
WrongAnimal.cpp \
|
||||
WrongCat.cpp
|
||||
Brain.cpp
|
||||
|
||||
D_HEADERS = .
|
||||
HEADERS = Animal.hpp \
|
||||
Dog.hpp \
|
||||
Cat.hpp \
|
||||
WrongAnimal.hpp \
|
||||
WrongCat.hpp
|
||||
Brain.hpp
|
||||
|
||||
D_OBJS = builds
|
||||
OBJS = $(SRCS:%.$(EXT)=$(D_OBJS)/%.o)
|
||||
|
||||
Reference in New Issue
Block a user