Skip to content
Snippets Groups Projects
Commit dc5aa4c3 authored by 이장원's avatar 이장원
Browse files

Make, Makefile

parent 823bb74c
Branches
No related tags found
No related merge requests found
......@@ -26,9 +26,9 @@
# Makefile
`대상(target) : 의존하는 파일들(prerequisites)`
`<tab> 명령어(command)`
`<tab> 명령어(command)`
`대상(target) : 의존하는 파일들(prerequisites)`
`<tab> 명령어(command)`
`<tab> 명령어(command)`
* clean
주로 make하는 과정에서 생긴 .o 파일이나 실행 파일을 삭제하는 역할
......@@ -36,7 +36,7 @@
* dep
gccmakedep 명령어를 통해 의존 관계를 자동으로 생성한다.
`<identifier> = <files>`
`<identifier> = <files>`
identifier를 통해 여러 개의 파일들을 간단하게 부를 수 있는 매크로
코드 상에서 쓸 때는 `$(<identifier>)`로 써야 한다.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment