Answers for "Binary file when compiling multiple files"

0

Binary file when compiling multiple files

hello: main.o factorial.o hello.o
   $(CC) main.o factorial.o hello.o -o hello
Posted by: Guest on August-03-2021

Code answers related to "Binary file when compiling multiple files"

Browse Popular Code Answers by Language