Implement a better num2str()
[fio.git] / Makefile
index 13baee837bf4d0ff06b07038f4c88fded5f5ab2a..04cb60fa7ab80ca2aa2381226a586c63972dff43 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,7 @@ OBJS = gettime.o fio.o ioengines.o init.o stat.o log.o time.o filesetup.o \
 
 OBJS += lib/rand.o
 OBJS += lib/flist_sort.o
+OBJS += lib/num2str.o
 
 OBJS += crc/crc7.o
 OBJS += crc/crc16.o