d05 ex02 ok pour Shrubbery form
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
# . name is case sensitive . ?= set if not already set #
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #
|
||||
|
||||
NAME = larves
|
||||
NAME = 28b_28c
|
||||
|
||||
#CC = gcc
|
||||
CXX = c++
|
||||
@@ -24,11 +24,13 @@ INCLUDES = -I$(D_HEADERS)
|
||||
D_SRCS = srcs
|
||||
SRCS = main.cpp \
|
||||
Bureaucrat.cpp \
|
||||
Form.cpp
|
||||
AForm.cpp \
|
||||
ShrubberyCreationForm.cpp
|
||||
|
||||
D_HEADERS = headers
|
||||
HEADERS = Bureaucrat.hpp \
|
||||
Form.hpp
|
||||
AForm.hpp \
|
||||
ShrubberyCreationForm.hpp
|
||||
|
||||
D_OBJS = builds
|
||||
OBJS = $(SRCS:%.$(EXT)=$(D_OBJS)/%.o)
|
||||
|
||||
Reference in New Issue
Block a user