WIP cd builtin
need to implement -P and -L (default) options
This commit is contained in:
4
Makefile
4
Makefile
@@ -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
|
||||
|
Reference in New Issue
Block a user