Programming/Linux Coding

Ex10. Makefile - lv3

푸어맨 2016. 2. 25. 10:17

확장자규칙 .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
#