Talk:Makefile

Revision as of 20:20, 11 March 2007 by Candy (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

if [ -f $$file ]; then rm $$file; fi;

what about using rm -f, or $(RM) which is by default defined as rm -f ?

Also, are you very sure you can mark an explanation of your own makefile as a tutorial for makefiles? It seems quite arrogant.

-- Candy

Return to "Makefile" page.