mirror of
https://github.com/ioacademy-jikim/debugging
synced 2026-08-21 21:32:55 +00:00
first commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# makefile 1
|
||||
|
||||
# make 로 실행하면 아무것도 안됨을 설명
|
||||
# make foo 로 실행할것
|
||||
|
||||
# for each xxxxx.o target there must be a xxxxx.c dependency to build.
|
||||
|
||||
.c.o:
|
||||
cc -c $< -I.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user