Answers for "nake in linnux"

0

nake in linnux

gcc -c -Wall test1.c
 gcc -c -Wall test2.c
 gcc -Wall test1.o test2.o -o test 

Note: make reads makefile present in current directory and executes based on statements in makefile
Posted by: Guest on December-28-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language