Support build with multiple jobs (#105)
author이한종/동작제어Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Wed, 21 Mar 2018 06:52:21 +0000 (15:52 +0900)
committer오형석/동작제어Lab(SR)/Senior Engineer/삼성전자 <hseok82.oh@samsung.com>
Wed, 21 Mar 2018 06:52:21 +0000 (15:52 +0900)
commit99148fedb360943cc0add14f60475967e54a3b11
tree47b6b2c7cc96b84b73339224c45c336ca2eb9b87
parente3c56aba7f47825c4bf12740b4ddad2dc622a99f
Support build with multiple jobs (#105)

To make build faster, we should give `-j #` option for `make`.
The number of jobs will be same as the number of the processors by default.
Makefile