# # Makefile # # $Id: //poco/1.1.0/Util/samples/Makefile#1 $ # # Makefile for Poco Util Samples # .DEFAULT all: $(MAKE) -C SampleApp $(MAKECMDGOALS) $(MAKE) -C SampleServer $(MAKECMDGOALS)