Makefile
changeset 49 13d31a6d756e
parent 2 125cd5d2cd9e
child 53 e398cb2c4b45
--- a/Makefile	Wed Nov 10 11:52:54 2010 -0600
+++ b/Makefile	Fri Nov 26 14:46:14 2010 -0600
@@ -23,7 +23,7 @@
 
 include make-rules/shared-macros.mk
 
-SUBDIRS += components
+SUBDIRS += components incorporations
 
 download:	TARGET = download
 prep:		TARGET = prep
@@ -40,6 +40,8 @@
 download setup prep build install publish validate clean clobber: $(SUBDIRS)
 
 $(SUBDIRS):	FORCE
-	cd $@ ; echo "$(TARGET) \c" ; pwd ; $(GMAKE) $(TARGET)
+	+echo "$(TARGET) $@" ; $(GMAKE) -C $@ $(TARGET)
+
+incorporations:	components
 
 FORCE: