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