changement de makefile

This commit is contained in:
YANNIS
2025-05-31 14:03:00 +02:00
parent 8d6214f12e
commit be39284078
3 changed files with 2 additions and 0 deletions
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+2
View File
@@ -24,6 +24,8 @@ all: $(NAME)
clean:
rm -f $(OBJ)
rm -f Bomberman.hpp.gch
rm -f Game.hpp.gch
fclean: clean
rm -f $(NAME)
re: fclean all