From 173760fec918663dbc045e07bd8c9a9607aeb7fb Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Thu, 3 May 2007 13:36:54 +0000 Subject: [PATCH] Add a little documentation to the libraries/Makefile --- libraries/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 -- 1.7.10.4