2021-10-24 08:56:36

This commit is contained in:
marvin
2021-10-24 08:56:36 +02:00
parent 5aac38e892
commit 691edfa59e

View File

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