[PATCH] Improve run_str[] updates and printing
[fio.git] / Makefile
index 16c8413643a69300228eb518189a3809be397bf6..684e8e04277b9fc23a9884ab70cdbc802e22c6d2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ SCRIPTS = fio_generate_plots
 
 all: depend $(PROGS) $(SCRIPTS)
 
-fio: fio.o fio-io.o fio-ini.o fio-stat.o fio-log.o fio-time.o md5.o crc32.o
+fio: fio.o ioengines.o init.o stat.o log.o time.o md5.o crc32.o
        $(CC) $(CFLAGS) -o $@ $(filter %.o,$^) -lpthread -laio -lm -lrt
 
 clean: