summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4cebc18..286efe5 100644
--- a/Makefile
+++ b/Makefile
@@ -97,7 +97,7 @@ clean:
#------------------------------------------------------------------------------#
fclean: clean
@$(MAKE) --no-print-directory -C ${LFT_DIR} fclean
- ${RM} ${NAME} ${NAME}.core ${NAME}.dSYM/ ${HISTFILE}
+ ${RM} ${NAME} ${NAME}.core ${NAME}.dSYM/ ${HISTFILE} qwe
#------------------------------------------------------------------------------#
re: fclean all
#------------------------------------------------------------------------------#