clean up obj

This commit is contained in:
NigeParis 2025-12-17 12:03:28 +01:00
parent e543116b5d
commit c41a32e4b1
2 changed files with 4 additions and 3 deletions

View file

@ -3,10 +3,10 @@
# ::: :::::::: #
# Docker.mk :+: :+: :+: #
# +:+ +:+ +:+ #
# By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ #
# By: nrobinso <nrobinso@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2025/06/11 18:10:26 by maiboyer #+# #+# #
# Updated: 2025/12/12 14:56:10 by maiboyer ### ########.fr #
# Updated: 2025/12/17 11:34:56 by nrobinso ### ########.fr #
# #
# **************************************************************************** #
@ -21,7 +21,6 @@ DOCKER_SERVICE= \
nginx \
user \
all: build
docker compose up -d $(DOCKER_SERVICE)