2021-10-23 16:10:09

This commit is contained in:
marvin
2021-10-23 16:10:09 +02:00
parent 7f721c1708
commit 94c109a1ac
4 changed files with 22 additions and 10 deletions

View File

@@ -3,10 +3,10 @@
# ::: :::::::: #
# Makefile :+: :+: :+: #
# +:+ +:+ +:+ #
# By: gbaconni <gbaconni@42lausanne.ch> +#+ +:+ +#+ #
# By: <gbaconni@42lausanne.ch> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2021/10/22 09:10:00 by gbaconni #+# #+# #
# Updated: 2021/10/23 11:12:55 by gbaconni ### ########.fr #
# Created: 2021/10/23 16:08:35 by gbaconni #+# #+# #
# Updated: 2021/10/23 16:08:43 by gbaconni ### lausanne.ch #
# #
# **************************************************************************** #
#
@@ -44,6 +44,7 @@ all: compile test
debug:
@make re DEBUG=1
@make test DEBUG=1
setup:
@echo "Set the location of your libft to:"

View File

@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* munit.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: gbaconni <gbaconni@42lausanne.ch> +#+ +:+ +#+ */
/* By: <gbaconni@42lausanne.ch> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2021/10/14 09:22:30 by gbaconni #+# #+# */
/* Updated: 2021/10/22 11:56:11 by gbaconni ### ########.fr */
/* Created: 2021/10/23 16:09:04 by gbaconni #+# #+# */
/* Updated: 2021/10/23 16:09:07 by gbaconni ### lausanne.ch */
/* */
/* ************************************************************************** */