1
0
mirror of https://github.com/ioacademy-jikim/debugging synced 2026-08-21 21:32:55 +00:00

first commit

This commit is contained in:
jikim
2015-12-13 22:34:58 +09:00
commit 0b589c7986
9455 changed files with 4350134 additions and 0 deletions
+11
View File
@@ -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.