make install
This commit is contained in:
5
Makefile
5
Makefile
@ -6,7 +6,7 @@
|
||||
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
|
||||
# +#+#+#+#+#+ +#+ #
|
||||
# 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)
|
||||
make --no-print-directory -C ./libft clean
|
||||
|
||||
install: $(NAME)
|
||||
cp $(NAME) ~/.local/bin/msh
|
||||
|
||||
fclean: clean
|
||||
rm -f $(NAME)
|
||||
make --no-print-directory -C ./libft fclean
|
||||
|
Reference in New Issue
Block a user