Content deleted Content added
Line 64:
rm -f helloworld helloworld.o
</nowiki></pre>
Note that the eight spaces before "cc" and "rm" will have to be converted to tab's for Make to work.
==Debugging Makefiles==
|
Line 64:
rm -f helloworld helloworld.o
</nowiki></pre>
Note that the eight spaces before "cc" and "rm" will have to be converted to tab's for Make to work.
==Debugging Makefiles==
|