X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=Makefile;h=c617d6f495359bbce43c1759c8114a821095dda6;hp=108e6ee5543fc64444b0d096255602dc670fe969;hb=6cd4d583c75042bf1edd3d2d5c6626883755bfe4;hpb=385e1da6468bc951a0bf7ae60d890bb4d4a55ded diff --git a/Makefile b/Makefile index 108e6ee5..c617d6f4 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ OPTFLAGS= -g -ffast-math CFLAGS = -std=gnu99 -Wwrite-strings -Wall -Wdeclaration-after-statement $(OPTFLAGS) $(EXTFLAGS) $(BUILD_CFLAGS) -I. -I$(SRCDIR) LIBS += -lm $(EXTLIBS) PROGS = fio -SCRIPTS = $(addprefix $(SRCDIR)/,tools/fio_generate_plots tools/plot/fio2gnuplot tools/genfio tools/fiologparser.py) +SCRIPTS = $(addprefix $(SRCDIR)/,tools/fio_generate_plots tools/plot/fio2gnuplot tools/genfio tools/fiologparser.py tools/fio_latency2csv.py) ifndef CONFIG_FIO_NO_OPT CFLAGS += -O3