...
The make target "build" builds the project. If the build is completed normally, the result is created in the output directory "output/<config name>".
A list of available configuration names can be found in the file "batch.mk".
메이크 타겟 "all"은 메이크 타겟 "config"와 "build"를 순차적으로 실행한다.
...
메이크 타겟 "build"는 프로젝트를 빌드한다. 빌드가 정상적으로 완료되면 결과물 디렉토리 "output/<config name>"에 결과물이 생성된다.A list of available configuration names can be found in the file "batch.mk".
선택 가능한 구성 이름 목록은 파일 "batch.mk"에서 확인할 수 있다.
...