add Game class, users can now create and join games. remove bcypt from dockerfile pip install. remove rm ~/PTME_Data in make fclean
This commit is contained in:
3
Makefile
3
Makefile
@ -6,7 +6,7 @@
|
||||
# By: tomoron <tomoron@student.42.fr> +#+ +:+ +#+ #
|
||||
# +#+#+#+#+#+ +#+ #
|
||||
# Created: 2024/07/13 16:18:56 by tomoron #+# #+# #
|
||||
# Updated: 2024/08/28 18:27:14 by tomoron ### ########.fr #
|
||||
# Updated: 2024/09/14 00:33:28 by tomoron ### ########.fr #
|
||||
# #
|
||||
# **************************************************************************** #
|
||||
|
||||
@ -34,7 +34,6 @@ clean:
|
||||
docker system prune -af --volumes
|
||||
|
||||
fclean:clean
|
||||
sudo rm -rf ~/PTME_data
|
||||
|
||||
re: fclean all
|
||||
|
||||
|
Reference in New Issue
Block a user