From 5bb69cd8b05cbc4f92b9eed5b1b80d4c19b37c34 Mon Sep 17 00:00:00 2001 From: whaffman Date: Fri, 21 Mar 2025 14:59:45 +0100 Subject: [PATCH] fixing Makefiles --- Makefile | 4 ++-- ex02/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 953f693..b1953c0 100644 --- a/Makefile +++ b/Makefile @@ -6,11 +6,11 @@ # By: whaffman +#+ # # +#+ # # Created: 2025/03/21 14:50:00 by whaffman #+# #+# # -# Updated: 2025/03/21 14:55:52 by whaffman ######## odam.nl # +# Updated: 2025/03/21 14:58:40 by whaffman ######## odam.nl # # # # **************************************************************************** # -EX = ex00 ex01 ex02 +EX = $(shell find . -maxdepth 1 -type d -name 'ex*' -exec basename {} \;) all: for ex in $(EX); do \ diff --git a/ex02/Makefile b/ex02/Makefile index a8fe258..d138a58 100644 --- a/ex02/Makefile +++ b/ex02/Makefile @@ -6,7 +6,7 @@ # By: whaffman +#+ # # +#+ # # Created: 2025/03/21 11:01:22 by whaffman #+# #+# # -# Updated: 2025/03/21 12:20:46 by whaffman ######## odam.nl # +# Updated: 2025/03/21 14:59:23 by whaffman ######## odam.nl # # # # **************************************************************************** # @@ -16,4 +16,4 @@ SRC = Account.cpp tests.cpp -include ../common.mk -CFLAGS += -std=c++98 -g3 \ No newline at end of file +CFLAGS += -std=c++98 \ No newline at end of file