Penguin

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

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

Newer page: version 8 Last edited on Sunday, June 24, 2007 12:12:01 pm by BenStaz 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''.)