#
# Makefile
#
# $Id: //poco/Main/Util/samples/Makefile#3 $
#
# Makefile for Poco Util Samples
#

.PHONY: projects
clean all: projects
projects:
	$(MAKE) -C genrsakey $(MAKECMDGOALS)
