확장자규칙 .c.o


# make
gcc -I/home/ysw/study -g -c test.c
gcc -I/home/ysw/study -g -c hello.c
gcc -lm -o test test.o hello.o
#


'Programming > Linux Coding' 카테고리의 다른 글

SVN(Subvision) 간단히 사용하기  (0) 2016.04.14
Ex10. Makefile - lv4  (0) 2016.02.25
Ex10. Makefile - lv2  (0) 2016.02.24
Ex10. Makefile - lv1  (0) 2016.02.24
Ex09. mycopy.c  (0) 2016.02.22

+ Recent posts