- starting something for change pfp
This commit is contained in:
Kum1ta
2024-09-24 00:06:31 +02:00
parent 2311103d07
commit c9593f75a2
5 changed files with 71 additions and 8 deletions

View File

@ -3,10 +3,10 @@
# ::: :::::::: #
# Makefile :+: :+: :+: #
# +:+ +:+ +:+ #
# By: tomoron <tomoron@student.42.fr> +#+ +:+ +#+ #
# By: edbernar <edbernar@student.42angouleme. +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2024/07/13 16:18:56 by tomoron #+# #+# #
# Updated: 2024/09/14 00:33:28 by tomoron ### ########.fr #
# Updated: 2024/09/24 00:03:51 by edbernar ### ########.fr #
# #
# **************************************************************************** #
@ -17,6 +17,7 @@ COMPOSE = docker compose -f $(FILE)
all: up
build:
# mkdir -p ~/METH_data
$(COMPOSE) build
up: build