14 lines
909 B
Makefile
14 lines
909 B
Makefile
# **************************************************************************** #
|
|
# #
|
|
# ::: :::::::: #
|
|
# Docker.mk :+: :+: :+: #
|
|
# +:+ +:+ +:+ #
|
|
# By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ #
|
|
# +#+#+#+#+#+ +#+ #
|
|
# Created: 2025/06/11 18:10:26 by maiboyer #+# #+# #
|
|
# Updated: 2025/06/11 18:10:38 by maiboyer ### ########.fr #
|
|
# #
|
|
# **************************************************************************** #
|
|
|
|
all:
|
|
echo "yes"
|