Penguin

Differences between version 9 and predecessor to the previous major change of MakeFile.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 9 Last edited on Monday, June 25, 2007 12:03:09 pm by LawrenceDoliveiro Revert
Older page: version 7 Last edited on Sunday, June 24, 2007 11:53:00 am by IanMcDonald Revert
@@ -1,9 +1,9 @@
 Instructions for the program [make(1)], which is a utility for making life easier when compiling software. 
  
 A Makefile is called, strangely enough, "Makefile". [1] 
  
-!make options  
+!make conventions  
 (NB These are conventions and not all makefiles contain these - not actually options of make - IanMcDonald) 
  
 <pre> 
 ''make all'' - Build programs, libraries, documentation, etc. (Same as ''make''.) 
@@ -22,5 +22,5 @@
  
 See MakefileHowto and LatexMakefiles. 
  
 ----- 
-#[|ftnt_1]~[[1|#ftnt_ref_1]~] [Ant], a Make replacement, calls it's makefiles "build.xml" see [AntVsMake] 
+#[|ftnt_1]~[[1|#ftnt_ref_1]~] [Ant], a Make replacement, calls its makefiles "build.xml" see [AntVsMake]