texture destroyer in makefile add

This commit is contained in:
Camille Chauvet 2023-01-16 18:39:55 +01:00
parent 7addabc200
commit 750d449f6c

View File

@ -31,6 +31,7 @@ ${NAME}: ${OBJS}
clean:
rm -f ${OBJS} ${BOBJS}
rm -f textures/*
make -C libftx clean
make -C minilibx-linux clean