#
# Makefile
# Makefile for Poco Util Samples
.PHONY: projects
clean distclean all: projects
projects:
$(MAKE) -C genrsakey $(MAKECMDGOALS)