#
#    SCCS ID: %Z%%M% %I% %E% SST 
#
#    Copyright (c) 1992-1993 Mark Soloway.  All rights reserved.
#    See SST_LEGAL_NOTICE file for terms of the license.
#
 
all:
	make -f Makefile.client
	make -f Makefile.accumulator

clean:
	make -f Makefile.client -i clean
	make -f Makefile.accumulator -i clean
