Makefile: properly clean all objects on make clean
authorJens Axboe <axboe@kernel.dk>
Mon, 12 Mar 2012 14:17:12 +0000 (15:17 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 12 Mar 2012 14:17:12 +0000 (15:17 +0100)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Makefile

index e1920fb64b52cadc74e0177d17f75ded08025a6a..762bd7d4dd122302b8a815e5ea1527a4e68aa1d4 100644 (file)
--- 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