summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-04-21 16:09:25 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-04-21 16:09:25 +0200
commit23c53fec41ef1c9b62757c73b8ff8362139f8838 (patch)
treee2604b61531d9e6864c3b6038d8ea6848fc02903 /Makefile
parentGood (diff)
download42-minishell-23c53fec41ef1c9b62757c73b8ff8362139f8838.tar.gz
42-minishell-23c53fec41ef1c9b62757c73b8ff8362139f8838.tar.bz2
42-minishell-23c53fec41ef1c9b62757c73b8ff8362139f8838.tar.xz
42-minishell-23c53fec41ef1c9b62757c73b8ff8362139f8838.tar.zst
42-minishell-23c53fec41ef1c9b62757c73b8ff8362139f8838.zip
Linked list works, not memdeling
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 862a99a..9134da9 100644
--- a/Makefile
+++ b/Makefile
@@ -88,7 +88,7 @@ asan: all
#------------------------------------------------------------------------------#
clean:
@$(MAKE) --no-print-directory -C ${LFT_DIR} clean
- ${RM} ${OBJS_DIR}
+ ${RM} ${OBJS_DIR} vgcore*
#------------------------------------------------------------------------------#
fclean: clean
@$(MAKE) --no-print-directory -C ${LFT_DIR} fclean