diff --git a/Bomberman.hpp.gch b/Bomberman.hpp.gch deleted file mode 100644 index 8d0d4ed..0000000 Binary files a/Bomberman.hpp.gch and /dev/null differ diff --git a/Game.hpp.gch b/Game.hpp.gch deleted file mode 100644 index ac9e8e4..0000000 Binary files a/Game.hpp.gch and /dev/null differ diff --git a/Makefile b/Makefile index d8f7607..64b7815 100644 --- a/Makefile +++ b/Makefile @@ -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