From 69173da893158cb9c80bd5d640a98e815f9f7047 Mon Sep 17 00:00:00 2001 From: x Date: Sun, 30 Apr 2023 22:44:17 +0200 Subject: [PATCH] . --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 2b93fac..62f2df5 100644 --- a/makefile +++ b/makefile @@ -8,7 +8,7 @@ # make ICCODEC=1 # To benchmark external libraries: # 1 - clone/download the external repository into the TurboPFor directoty -# 2 - activate the repository in the makefile ext/libext.mak +# 2 - activate the repository in the makefile lib/libext.mak # 3 - make: "make CODEC1=1 ICCODEC=1" # or "make CODEC1=1 CODEC2=1 ICCODEC=1"