Talk:Makefile: Difference between revisions

Content deleted Content added
Added suggestion for better rule in 'clean' target
Solar (talk | contribs)
No edit summary
Line 23:
I did a rework today, including some explanation on why I used the actual PDCLib Makefile instead of giving general tipps. I hope you like it. [[User:Solar|Solar]] 04:20, 21 January 2008 (CST)
 
== $(RM) wildcarding ==
 
-@for file in $(OBJFILES) $(DEPFILES) $(TSTFILES) $(REGFILES) pdclib.a pdclib.tgz; do if [ -f $$file ]; then rm $$file; fi; done
Line 33 ⟶ 34:
a failure will stop any other rules that may be in that target from being run, but that's correct bahavior anyway.
--[[User:Quok|quok]] 07:05, 26 August 2008 (UTC)
 
:Very nice. -- [[User:Solar|Solar]] 08:43, 26 August 2008 (UTC)
 
== Extended todolist... ==
Return to "Makefile" page.