Clean core files on make clean
authorJens Axboe <jens.axboe@oracle.com>
Mon, 19 Feb 2007 15:01:32 +0000 (16:01 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 19 Feb 2007 15:01:32 +0000 (16:01 +0100)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Makefile

index 2b027dbdb42ce5a69c007358a995f5d47ad5befe..ad70f594b94a904daac6782feb9e8c96addc8538 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ fio: $(OBJS)
        $(CC) $(CFLAGS) -o $@ $(filter %.o,$^) -lpthread -lm -ldl -laio -lrt
 
 clean:
-       -rm -f *.o .depend cscope.out $(PROGS) engines/*.o
+       -rm -f *.o .depend cscope.out $(PROGS) engines/*.o core.* core
 
 depend:
        @$(CC) -MM $(ALL_CFLAGS) *.c 1> .depend