On 2008-02-06 21:02Z, Adam Lichtl wrote: > > I have a simple Makefile which builds an executable using a pattern > rule. When the target it built, make automatically removes the object > files generated during the build process. How can I stop this?
See '.PRECIOUS' in the manual. _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
