Animal, Dog and Cat classes created and finished
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
NAME = animals
|
||||
|
||||
SRCS = main.cpp
|
||||
SRCS = main.cpp Animal/Animal.cpp Dog/Dog.cpp Cat/Cat.cpp
|
||||
OBJS = $(SRCS:.cpp=.o)
|
||||
|
||||
CC = cc
|
||||
CC = c++
|
||||
CFLAGS = -Wall -Wextra -Werror -std=c++98
|
||||
|
||||
all: $(NAME)
|
||||
|
||||
Reference in New Issue
Block a user