fix paramgrill Makefile recipe
This commit is contained in:
+1
-1
@@ -203,7 +203,7 @@ zstreamtest-dll : $(ZSTREAM_LOCAL_FILES)
|
|||||||
CLEAN += paramgrill
|
CLEAN += paramgrill
|
||||||
paramgrill : DEBUGFLAGS = # turn off debug for speed measurements
|
paramgrill : DEBUGFLAGS = # turn off debug for speed measurements
|
||||||
paramgrill : LDLIBS += -lm
|
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
|
CLEAN += datagen
|
||||||
datagen : $(PRGDIR)/datagen.c datagencli.c
|
datagen : $(PRGDIR)/datagen.c datagencli.c
|
||||||
|
|||||||
Reference in New Issue
Block a user