Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
battle_c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
BeomSooHeo
battle_c
Commits
902d301e
Commit
902d301e
authored
4 years ago
by
BeomSooHeo
Browse files
Options
Downloads
Patches
Plain Diff
Update 2020_08_07.md
parent
977974cf
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
three_files_folder/2020_08_07.md
+6
-8
6 additions, 8 deletions
three_files_folder/2020_08_07.md
with
6 additions
and
8 deletions
three_files_folder/2020_08_07.md
+
6
−
8
View file @
902d301e
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
## Makefile 작성
## Makefile 작성


<br><br>
<br><br>
매크로 정의
매크로 정의
> 1. SRCS : 컴파일에 필요한 소스파일들을 의미
> 1. SRCS : 컴파일에 필요한 소스파일들을 의미
...
@@ -36,22 +36,20 @@ make clean : make의 결과로 생긴 Object 파일들과 실행 파일을 삭
...
@@ -36,22 +36,20 @@ make clean : make의 결과로 생긴 Object 파일들과 실행 파일을 삭
1.
makefile 실행 이전
1.
makefile 실행 이전
<br><br>
<br><br>


<br><br>
<br><br>
2.
make dep 의존관계 자동생성
2.
make dep 의존관계 자동생성
<br><br>
<br><br>


<br><br>
<br><br>
3.
make 및 그 결과 확인
3.
make 및 그 결과 확인
<br><br>
<br><br>


<br><br>
<br><br>
4.
빌드 결과 생성된 실행파일도 제대로 수행된다. (PRINT_ID가 정의되지 않았기에, 1을 출력한다.)
4.
빌드 결과 생성된 실행파일도 제대로 수행된다. (PRINT_ID가 정의되지 않았기에, 1을 출력한다.)
<br><br>
<br><br>


<br><br>
<br><br>
5.
make clean 결과로 생성되었던 Object 파일과 실행 파일을 제거한 후 결과확인.
5.
make clean 결과로 생성되었던 Object 파일과 실행 파일을 제거한 후 결과확인.
<br><br>
<br><br>


<br><br>
<br><br>
\ No newline at end of file
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment