d
This commit is contained in:
parent
80df47ddb4
commit
93d2a3ce3b
4
Makefile
4
Makefile
@ -6,7 +6,7 @@
|
|||||||
# By: cchauvet <cchauvet@student.42angoulem +#+ +:+ +#+ #
|
# By: cchauvet <cchauvet@student.42angoulem +#+ +:+ +#+ #
|
||||||
# +#+#+#+#+#+ +#+ #
|
# +#+#+#+#+#+ +#+ #
|
||||||
# Created: 2022/09/27 08:39:27 by cchauvet #+# #+# #
|
# Created: 2022/09/27 08:39:27 by cchauvet #+# #+# #
|
||||||
# Updated: 2022/10/05 21:02:36 by cchauvet ### ########.fr #
|
# Updated: 2022/10/05 21:32:12 by cchauvet ### ########.fr #
|
||||||
# #
|
# #
|
||||||
# **************************************************************************** #
|
# **************************************************************************** #
|
||||||
SRCS = ft_isalpha.c \
|
SRCS = ft_isalpha.c \
|
||||||
@ -72,7 +72,7 @@ ${NAME}: ${OBJS}
|
|||||||
ar -rc ${NAME}.a ${OBJS}
|
ar -rc ${NAME}.a ${OBJS}
|
||||||
|
|
||||||
bonus: ${OBJS} ${BOBJS}
|
bonus: ${OBJS} ${BOBJS}
|
||||||
rc ${NAME}.a ${OBJS}
|
ar rc ${NAME}.a ${OBJS}
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f ${OBJS} ${BOBJS}
|
rm -f ${OBJS} ${BOBJS}
|
||||||
|
Loading…
Reference in New Issue
Block a user