Skip to content

Commit

Permalink
Add a little documentation to the libraries/Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
igfoo committed May 3, 2007
1 parent c770120 commit 173760f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions libraries/Makefile
@@ -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
Expand Down

0 comments on commit 173760f

Please sign in to comment.