Skip to content

Commit 6329a2c

Browse files
authored
Merge branch 'master' into AM-433/point_types_fix
2 parents 7da6364 + 2b55c5d commit 6329a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
SHELL := /bin/bash
22

33
default:
4-
source /opt/ros/melodic/setup.bash && cd catkin_ws && catkin clean -f -i -y && catkin build -j3
4+
source /opt/ros/melodic/setup.bash && cd catkin_ws && catkin clean -f -i -y && catkin build -j8
55
rm -f catkin_ws/install/lib/pkgconfig/catkin_tools_prebuild.pc
66
@echo "Built!!!!"
77

0 commit comments

Comments
 (0)