From 66296c148b387cd75db4e81c4eb4cdaf8bb45967 Mon Sep 17 00:00:00 2001 From: aortigos Date: Sun, 23 Nov 2025 09:37:09 +0100 Subject: [PATCH] WrongStuff excluded of compilation... --- ex01/Makefile | 1 - ex02/Makefile | 1 - 2 files changed, 2 deletions(-) diff --git a/ex01/Makefile b/ex01/Makefile index 9859137..4b989c7 100644 --- a/ex01/Makefile +++ b/ex01/Makefile @@ -1,7 +1,6 @@ NAME = animals SRCS = main.cpp Animal/Animal.cpp Dog/Dog.cpp Cat/Cat.cpp \ - WrongAnimal/WrongAnimal.cpp WrongCat/WrongCat.cpp \ Brain/Brain.cpp OBJS = $(SRCS:.cpp=.o) diff --git a/ex02/Makefile b/ex02/Makefile index 9859137..4b989c7 100644 --- a/ex02/Makefile +++ b/ex02/Makefile @@ -1,7 +1,6 @@ NAME = animals SRCS = main.cpp Animal/Animal.cpp Dog/Dog.cpp Cat/Cat.cpp \ - WrongAnimal/WrongAnimal.cpp WrongCat/WrongCat.cpp \ Brain/Brain.cpp OBJS = $(SRCS:.cpp=.o)