From 76792ac250e8a3b8ad155ad9aa7acfc7218793ca Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Mon, 12 Mar 2012 15:17:12 +0100 Subject: [PATCH] Makefile: properly clean all objects on make clean Signed-off-by: Jens Axboe --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e1920fb6..762bd7d4 100644 --- a/Makefile +++ b/Makefile @@ -128,7 +128,7 @@ gfio: $(GFIO_OBJS) $(PROGS): .depend clean: - -rm -f .depend $(OBJS) $(T_OBJS) $(PROGS) $(T_PROGS) core.* core + -rm -f .depend $(GFIO_OBJS) $(FIO_OBJS) $(T_OBJS) $(PROGS) $(T_PROGS) core.* core gfio cscope: @cscope -b -R -- 2.25.1