Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A list of available configuration names can be found in the file "batch.mk".

선택 가능한 구성 이름 목록은 파일 "batch.mk"에서 확인할 수 있다.

...

Code Block
languagetext
make all CONFIG_NAME=<config name>


파일 "Makefile" 또는 CLI에서 The make variables "CONFIG_DIR" and "LIBRARY_DIR" can also be specified in the file "Makefile" or CLI. These variables can contain only English characters. It can not contain spaces. 

메이크 변수 "CONFIG_DIR"과 "LIBRARY_DIR" 도 임의로 파일 "Makefile" 또는 CLI에서  지정할 수 있다. 이 변수는 영문자만 포함할 수 있다. 공백은 포함할 수 없다.


하지만, 이와 같은 디렉토리 또는 파일의 경로를 지정하는 메이크 변수에서는 영어 이외의 문자와 공백을 모두 사용할 수 없다.

...