매크로 치환


# make dep
gccmakedep test.c hello.c
# 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' 카테고리의 다른 글

Linux Commands  (0) 2016.04.14
SVN(Subvision) 간단히 사용하기  (0) 2016.04.14
Ex10. Makefile - lv3  (0) 2016.02.25
Ex10. Makefile - lv2  (0) 2016.02.24
Ex10. Makefile - lv1  (0) 2016.02.24

+ Recent posts