From: Yann Collet Date: Mon, 29 Jan 2024 23:18:27 +0000 (-0800) Subject: fix paramgrill Makefile recipe X-Git-Tag: v1.5.6^2~73^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a261375996c2301267ef6b00643e6efe92043d8a;p=thirdparty%2Fzstd.git fix paramgrill Makefile recipe --- diff --git a/tests/Makefile b/tests/Makefile index c31e75005..6bf8b4a08 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -203,7 +203,7 @@ zstreamtest-dll : $(ZSTREAM_LOCAL_FILES) CLEAN += paramgrill paramgrill : DEBUGFLAGS = # turn off debug for speed measurements paramgrill : LDLIBS += -lm -paramgrill : $(ZSTD_FILES) $(PRGDIR)/util.c $(PRGDIR)/timefn.c $(PRGDIR)/benchfn.c $(PRGDIR)/benchzstd.c $(PRGDIR)/datagen.c paramgrill.c +paramgrill : $(ZSTD_FILES) $(PRGDIR)/util.c $(PRGDIR)/timefn.c $(PRGDIR)/benchfn.c $(PRGDIR)/benchzstd.c $(PRGDIR)/datagen.c $(PRGDIR)/lorem.c paramgrill.c CLEAN += datagen datagen : $(PRGDIR)/datagen.c datagencli.c