From 6bb1c841e213b922f621d8ab50e8641e0ab10923 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Mon, 19 Feb 2007 16:01:32 +0100 Subject: [PATCH] Clean core files on make clean Signed-off-by: Jens Axboe --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2b027dbd..ad70f594 100644 --- 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 -- 2.25.1