WrongStuff excluded of compilation...
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
NAME = animals
|
NAME = animals
|
||||||
|
|
||||||
SRCS = main.cpp Animal/Animal.cpp Dog/Dog.cpp Cat/Cat.cpp \
|
SRCS = main.cpp Animal/Animal.cpp Dog/Dog.cpp Cat/Cat.cpp \
|
||||||
WrongAnimal/WrongAnimal.cpp WrongCat/WrongCat.cpp \
|
|
||||||
Brain/Brain.cpp
|
Brain/Brain.cpp
|
||||||
|
|
||||||
OBJS = $(SRCS:.cpp=.o)
|
OBJS = $(SRCS:.cpp=.o)
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
NAME = animals
|
NAME = animals
|
||||||
|
|
||||||
SRCS = main.cpp Animal/Animal.cpp Dog/Dog.cpp Cat/Cat.cpp \
|
SRCS = main.cpp Animal/Animal.cpp Dog/Dog.cpp Cat/Cat.cpp \
|
||||||
WrongAnimal/WrongAnimal.cpp WrongCat/WrongCat.cpp \
|
|
||||||
Brain/Brain.cpp
|
Brain/Brain.cpp
|
||||||
|
|
||||||
OBJS = $(SRCS:.cpp=.o)
|
OBJS = $(SRCS:.cpp=.o)
|
||||||
|
|||||||
Reference in New Issue
Block a user