summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-04-25 16:04:09 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-04-25 16:04:09 +0200
commit0fd6f10b8e74257db5b140f74b7c568f9c7d79c1 (patch)
tree1371cdec6cbc9359eb34d77a2a3c1c27d78a679a /Makefile
parentNice redirs (diff)
download42-minishell-0fd6f10b8e74257db5b140f74b7c568f9c7d79c1.tar.gz
42-minishell-0fd6f10b8e74257db5b140f74b7c568f9c7d79c1.tar.bz2
42-minishell-0fd6f10b8e74257db5b140f74b7c568f9c7d79c1.tar.xz
42-minishell-0fd6f10b8e74257db5b140f74b7c568f9c7d79c1.tar.zst
42-minishell-0fd6f10b8e74257db5b140f74b7c568f9c7d79c1.zip
(fd)>qwe fd agregation redir works
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1959300..46c4f57 100644
--- a/Makefile
+++ b/Makefile
@@ -103,7 +103,7 @@ clean:
#------------------------------------------------------------------------------#
fclean: clean
@$(MAKE) --no-print-directory -C ${LFT_DIR} fclean
- ${RM} ${NAME} ${NAME}.core ${NAME}.dSYM/ ${HISTFILE} qwe
+ ${RM} ${NAME} ${NAME}.core ${NAME}.dSYM/ qwe minishell_history
#------------------------------------------------------------------------------#
re: fclean all
#------------------------------------------------------------------------------#