From 4d64e9fb5216dbf5a5250714fff28e184e794c5d Mon Sep 17 00:00:00 2001 From: Kei Okada Date: Tue, 19 Nov 2024 15:17:55 +0900 Subject: [PATCH] [jsk_spot_robot/coreio/base/Makefile] add catkin build --summarize --- jsk_spot_robot/coreio/base/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsk_spot_robot/coreio/base/Makefile b/jsk_spot_robot/coreio/base/Makefile index 5cbd20dc07..08bc1f2dc7 100644 --- a/jsk_spot_robot/coreio/base/Makefile +++ b/jsk_spot_robot/coreio/base/Makefile @@ -109,7 +109,7 @@ catkin_config: $(call run, catkin config $(CATKIN_CONFIG) --cmake-args -DCMAKE_BUILD_TYPE=Release -DPYTHON_EXECUTABLE=/usr/bin/python3 -DPYTHON_INCLUDE_DIR=/usr/include/python3.6m -DPYTHON_LIBRARY=/usr/lib/aarch64-linux-gnu/libpython3.6m.so.1) catkin_build: - $(call run, catkin build) + $(call run, catkin build --summarize) # run all build build: