From: Ian Lynagh Date: Thu, 3 May 2007 13:36:54 +0000 (+0000) Subject: Add a little documentation to the libraries/Makefile X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=173760fec918663dbc045e07bd8c9a9607aeb7fb Add a little documentation to the libraries/Makefile --- diff --git a/libraries/Makefile b/libraries/Makefile index b324154..7f4c45a 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -1,4 +1,15 @@ +# To do a fresh build: +# +# make clean +# make boot +# make +# +# To rebuild a particular library : +# +# make clean.library. +# make build.library. + .PHONY: default_target default_target: build