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.
1 parent 5903f83 commit 2b55c5dCopy full SHA for 2b55c5d
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