WIP cd builtin

need to implement -P and -L (default) options
This commit is contained in:
Tanguy MAZE
2019-01-28 17:00:16 +01:00
parent 784e71d719
commit 9a1bc7b613
3 changed files with 26 additions and 82 deletions

View File

@@ -6,7 +6,7 @@
# By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2018/11/22 14:43:33 by tmaze #+# #+# #
# Updated: 2019/01/27 15:09:17 by tmaze ### ########.fr #
# Updated: 2019/01/28 13:20:28 by tmaze ### ########.fr #
# #
#******************************************************************************#
@@ -39,7 +39,7 @@ libft/libft.a:
$(MAKE) -Clibft all
clean:
rm -rf $(OBJS_DIR)
rm -rf $(OBJS)
$(MAKE) -Clibft clean
fclean: clean