From: Jens Axboe Date: Mon, 19 Feb 2007 15:01:32 +0000 (+0100) Subject: Clean core files on make clean X-Git-Tag: fio-1.12~62 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=6bb1c841e213b922f621d8ab50e8641e0ab10923;p=fio.git Clean core files on make clean Signed-off-by: Jens Axboe --- 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