SyntaxFix
Write A Post
Hire A Developer
Questions
The simplest make file can be
all : test test : test.o gcc -o test test.o test.o : test.c gcc -c test.c clean : rm test *.o