add all target to build base and modules

This commit is contained in:
Chris PeBenito 2005-10-21 16:00:24 +00:00
parent 29ce0009bc
commit 06a5362f93
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@ vpath %.fc $(ALL_LAYERS)
#
default: base
all: base modules
base: $(BASE_PKG)
modules: $(MOD_PKGS)