소스코드 clone 시 아래 명령어처럼 --recursive 옵션으로 submodule도 전부 cloning해야 정상적으로 make됩니다. ``` git clone --recursive https://github.com/DCUSnSLab/SCV.git ```