Skip to main content
Search
Search
DON'T PANIC
guide book
Labels
Computer Language
Linux
7/15/2019 11:24:00 PM
linux에서 컴파일 하는 방법
cc -c hello.c => hello.o
cc -o hello(실행파일 이름) hello.o(object 파일들) => hello
Comments
Comments
Post a Comment