Makefile
changeset 4339 6501cf9c29f9
parent 4196 d697072a92f5
child 4362 0a8849e52e36
--- a/Makefile	Thu May 21 08:56:12 2015 -0700
+++ b/Makefile	Thu May 21 13:48:49 2015 -0700
@@ -37,12 +37,13 @@
 clobber:	TARGET = clobber
 setup:		TARGET = setup
 test:		TARGET = test
+system-test:	TARGET = system-test
 component-hook:		TARGET = component-hook
 
 .DEFAULT:	publish
 
 download setup unpack patch prep build install publish validate clean clobber \
-test component-hook: $(SUBDIRS)
+test system-test component-hook: $(SUBDIRS)
 
 $(SUBDIRS):	FORCE
 	@+echo "$(TARGET) $@" ; $(GMAKE) -C $@ $(TARGET)