From 9f5b079ed0b2d315eab2c1870f7946d58893f0ca Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Fri, 1 Nov 2019 15:20:41 +0100 Subject: YO PICKED THE WRONG FOOL, HOUSE --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4834b20..09c17b3 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ fclean: clean xclean re: fclean all build: ${OBJS} - ${CC} ${CFLAGS} ${DEBUG} ${FSANITIZE} ${LIB_DIR} ${LIB} -o a.out ${OBJS} + ${CC} ${CFLAGS} ${DEBUG} ${FSANITIZE} ${LIB_DIR} ${LIB} -o minishell ${OBJS} default: all -- cgit v1.2.3