poco/Crypto/samples/Makefile
2008-10-31 09:06:54 +00:00

13 lines
195 B
Makefile

#
# Makefile
#
# $Id: //poco/Main/Util/samples/Makefile#3 $
#
# Makefile for Poco Util Samples
#
.PHONY: projects
clean all: projects
projects:
$(MAKE) -C genrsakey $(MAKECMDGOALS)