News

So, you have this little project and you want to build it using your Linux desktop. You sit down and quickly write the following Makefile: main.o: main.c main.h cc -c main.c MyProgram: main.o cc -o ...