From 6cedc8a5c67fa9d8641a2ce835238aa96e142f86 Mon Sep 17 00:00:00 2001 From: Marc Kleine-Budde Date: Fri, 17 Aug 2018 09:59:43 +0200 Subject: [PATCH] README: remove stray bullet point --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 613266b..8ab1a55 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ subsystem (aka SocketCAN): * Linux : cmake -GNinja .. && ninja * Linux Eclipse Photon (Debug) : CC=clang cmake -G"Eclipse CDT4 - Unix Makefiles" ../can-utils/ -DCMAKE_BUILD_TYPE=Debug -DCMAKE_ECLIPSE_VERSION=4.8.0 * To override the base installation directory use: CMAKE_INSTALL_PREFIX -* ie. CC=clang cmake -DCMAKE_INSTALL_PREFIX=./out .. && make install + ie. CC=clang cmake -DCMAKE_INSTALL_PREFIX=./out .. && make install ### Additional Information: