Add a little documentation to the libraries/Makefile
authorIan Lynagh <igloo@earth.li>
Thu, 3 May 2007 13:36:54 +0000 (13:36 +0000)
committerIan Lynagh <igloo@earth.li>
Thu, 3 May 2007 13:36:54 +0000 (13:36 +0000)
libraries/Makefile

index b324154..7f4c45a 100644 (file)
@@ -1,4 +1,15 @@
 
+# To do a fresh build:
+#
+#   make clean
+#   make boot
+#   make
+#
+# To rebuild a particular library <package>:
+#
+#   make clean.library.<package>
+#   make build.library.<package>
+
 .PHONY: default_target
 
 default_target: build