]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
fix paramgrill Makefile recipe
authorYann Collet <cyan@fb.com>
Mon, 29 Jan 2024 23:18:27 +0000 (15:18 -0800)
committerYann Collet <cyan@fb.com>
Mon, 29 Jan 2024 23:18:27 +0000 (15:18 -0800)
tests/Makefile

index c31e7500558a4631f355db91b9abc0d546ca9c7b..6bf8b4a085d6be2a2d06a800fba6e1681560dd5d 100644 (file)
@@ -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