summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRudy Bousset <rbousset@z2r5p6.le-101.fr>2019-11-01 19:24:46 +0100
committerRudy Bousset <rbousset@z2r5p6.le-101.fr>2019-11-01 19:24:46 +0100
commit1ac84037700dadd24a4f5c369201ef775fa03a05 (patch)
tree5d71a376f039698e95ffc874f521a4276bb9d778
parentlast commit for a long, long time (diff)
download42-minishell-1ac84037700dadd24a4f5c369201ef775fa03a05.tar.gz
42-minishell-1ac84037700dadd24a4f5c369201ef775fa03a05.tar.bz2
42-minishell-1ac84037700dadd24a4f5c369201ef775fa03a05.tar.xz
42-minishell-1ac84037700dadd24a4f5c369201ef775fa03a05.tar.zst
42-minishell-1ac84037700dadd24a4f5c369201ef775fa03a05.zip
new commit but this time it's the last before long
Diffstat (limited to '')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 09c17b3..78a34e0 100644
--- a/Makefile
+++ b/Makefile
@@ -57,6 +57,7 @@ clean:
xclean:
${RM} ${NAME}
${RM} ${NAME}.dSYM/
+ ${RM} joe-sh_history
fclean: clean xclean