Add a little documentation to the libraries/Makefile
[ghc-hetmet.git] / 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