2021-10-24 00:38:16

This commit is contained in:
marvin
2021-10-24 00:38:16 +02:00
parent 6ed1cbe4b0
commit 35ef78fb68
2 changed files with 53 additions and 53 deletions

View File

@@ -6,7 +6,7 @@
# By: <gbaconni@student.42lausanne.ch> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2021/10/22 09:10:00 by gbaconni #+# #+# #
# Updated: 2021/10/23 22:24:08 by gbaconni ### lausanne.ch #
# Updated: 2021/10/24 00:36:41 by gbaconni ### lausanne.ch #
# #
# **************************************************************************** #
#
@@ -105,7 +105,7 @@ update:
compile:
@make -C $(LIBRARY) all
@$(CC) $(CFLAGS) $(SRC) -I${LIBRARY} -I$(INCLUDE) -L${LIBRARY} ${LIBS} -o $(OUT)
@$(CC) $(CFLAGS) -I$(INCLUDE) -I${LIBRARY} -L${LIBRARY} ${LIBS} -DMUNIT_DISABLE_TIMING=1 -o $(OUT) $(SRC)
clean:
@make -C $(LIBRARY) clean