From bbdffa472741e6adceb3d0f11343a92991120ae8 Mon Sep 17 00:00:00 2001 From: whaffman Date: Sat, 18 Apr 2026 14:19:50 +0200 Subject: [PATCH] Ok lydiaaaa --- ex00/Makefile | 2 ++ ex01/Makefile | 1 + ex02/Makefile | 2 ++ 3 files changed, 5 insertions(+) diff --git a/ex00/Makefile b/ex00/Makefile index a963e26..60e6714 100644 --- a/ex00/Makefile +++ b/ex00/Makefile @@ -1,2 +1,4 @@ NAME := Easyfind +SRC := main.cpp + include ../common.mk \ No newline at end of file diff --git a/ex01/Makefile b/ex01/Makefile index 97f9897..821c103 100644 --- a/ex01/Makefile +++ b/ex01/Makefile @@ -1,2 +1,3 @@ NAME := Span +SRC := main.cpp Span.cpp include ../common.mk \ No newline at end of file diff --git a/ex02/Makefile b/ex02/Makefile index 129a47c..5397e50 100644 --- a/ex02/Makefile +++ b/ex02/Makefile @@ -1,2 +1,4 @@ NAME := MutantStack +SRC := main.cpp + include ../common.mk \ No newline at end of file