summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRudy Bousset <rbousset@z2r5p6.le-101.fr>2019-11-01 15:20:41 +0100
committerRudy Bousset <rbousset@z2r5p6.le-101.fr>2019-11-01 15:20:41 +0100
commit9f5b079ed0b2d315eab2c1870f7946d58893f0ca (patch)
treee99675d940e97a2e2a9c98f43a4652d536f4a471 /Makefile
parentchanges (diff)
download42-minishell-9f5b079ed0b2d315eab2c1870f7946d58893f0ca.tar.gz
42-minishell-9f5b079ed0b2d315eab2c1870f7946d58893f0ca.tar.bz2
42-minishell-9f5b079ed0b2d315eab2c1870f7946d58893f0ca.tar.xz
42-minishell-9f5b079ed0b2d315eab2c1870f7946d58893f0ca.tar.zst
42-minishell-9f5b079ed0b2d315eab2c1870f7946d58893f0ca.zip
YO PICKED THE WRONG FOOL, HOUSE
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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