We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7da6364 + 2b55c5d commit 6329a2cCopy full SHA for 6329a2c
Makefile
@@ -1,7 +1,7 @@
1
SHELL := /bin/bash
2
3
default:
4
- source /opt/ros/melodic/setup.bash && cd catkin_ws && catkin clean -f -i -y && catkin build -j3
+ source /opt/ros/melodic/setup.bash && cd catkin_ws && catkin clean -f -i -y && catkin build -j8
5
rm -f catkin_ws/install/lib/pkgconfig/catkin_tools_prebuild.pc
6
@echo "Built!!!!"
7
0 commit comments