Skip to content

Commit

Permalink
[jsk_spot_robot/coreio/base/Makefile] add catkin build --summarize
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Nov 19, 2024
1 parent f2c020d commit 4d64e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsk_spot_robot/coreio/base/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4d64e9f

Please sign in to comment.