make install
This commit is contained in:
5
Makefile
5
Makefile
@ -6,7 +6,7 @@
|
|||||||
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
|
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
|
||||||
# +#+#+#+#+#+ +#+ #
|
# +#+#+#+#+#+ +#+ #
|
||||||
# Created: 2023/07/28 00:35:01 by tomoron #+# #+# #
|
# Created: 2023/07/28 00:35:01 by tomoron #+# #+# #
|
||||||
# Updated: 2024/02/16 21:56:22 by tomoron ### ########.fr #
|
# Updated: 2024/02/16 22:15:40 by tomoron ### ########.fr #
|
||||||
# #
|
# #
|
||||||
# **************************************************************************** #
|
# **************************************************************************** #
|
||||||
|
|
||||||
@ -52,6 +52,9 @@ clean:
|
|||||||
rm -rf $(OBJS_DIR)
|
rm -rf $(OBJS_DIR)
|
||||||
make --no-print-directory -C ./libft clean
|
make --no-print-directory -C ./libft clean
|
||||||
|
|
||||||
|
install: $(NAME)
|
||||||
|
cp $(NAME) ~/.local/bin/msh
|
||||||
|
|
||||||
fclean: clean
|
fclean: clean
|
||||||
rm -f $(NAME)
|
rm -f $(NAME)
|
||||||
make --no-print-directory -C ./libft fclean
|
make --no-print-directory -C ./libft fclean
|
||||||
|
Reference in New Issue
Block a user