diff --git a/README.md b/README.md index 2903ea1..b182360 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ emulation. To build the tests, use the following terminal commands: ``` mkdir build cd build -cmake -DCMAKE_BUILD_TYPE=Release -DPPC_BUILD_PPC_TESTS=True .. +cmake -DCMAKE_BUILD_TYPE=Release -DDPPC_BUILD_PPC_TESTS=True .. make testppc ```