From 3a2cbd351a3f1a8c2d1ab8ae33f6a96d4fa91ce0 Mon Sep 17 00:00:00 2001 From: Zheng Zeng Date: Mon, 13 Sep 2021 00:36:01 -0700 Subject: [PATCH] Update README.adoc It seems we do not need the `make` here. This is an error message I believe. --- 01-basic/A-hello-cmake/README.adoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/01-basic/A-hello-cmake/README.adoc b/01-basic/A-hello-cmake/README.adoc index 9c5eb94..453b410 100644 --- a/01-basic/A-hello-cmake/README.adoc +++ b/01-basic/A-hello-cmake/README.adoc @@ -170,8 +170,6 @@ A-hello-cmake$ mkdir build A-hello-cmake$ cd build/ -A-hello-cmake/build$ make .. -make: Nothing to be done for `..'. matrim@freyr:~/workspace/cmake-examples/01-basic/A-hello-cmake/build$ cmake .. -- The C compiler identification is GNU 4.8.4 -- The CXX compiler identification is GNU 4.8.4