From 750d449f6c2dff92fd3108b3179acc640a4eac90 Mon Sep 17 00:00:00 2001 From: Camille Chauvet Date: Mon, 16 Jan 2023 18:39:55 +0100 Subject: [PATCH] texture destroyer in makefile add --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index f07a0c4..2a62b79 100644 --- a/Makefile +++ b/Makefile @@ -31,6 +31,7 @@ ${NAME}: ${OBJS} clean: rm -f ${OBJS} ${BOBJS} + rm -f textures/* make -C libftx clean make -C minilibx-linux clean