Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
Source by www.tutorialspoint.com #
 
PREVIOUS NEXT
Tagged: #nake #linnux
ADD COMMENT
Topic
Name
5+7 =