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