diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 #------------------------------------------------------------------------------# |