# **************************************************************************** # # # # :::::::: # # Makefile :+: :+: # # +:+ # # By: whaffman +#+ # # +#+ # # Created: 2025/03/24 15:14:58 by whaffman #+# #+# # # Updated: 2025/04/17 13:36:03 by whaffman ######## odam.nl # # # # **************************************************************************** # NAME= Animals TEST_SRC= Animal_test.cpp Dog_test.cpp Cat_test.cpp WrongAnimal_test.cpp WrongCat_test.cpp SRC= main.cpp $(TEST_SRC) Animal.cpp Dog.cpp Cat.cpp WrongAnimal.cpp WrongCat.cpp -include ../common.mk