poco/NetSSL_OpenSSL/samples/Makefile

13 lines
237 B
Makefile
Raw Normal View History

2012-04-29 20:52:25 +02:00
#
# Makefile
#
# $Id: //poco/1.4/NetSSL_OpenSSL/samples/Makefile#2 $
#
# Makefile for Poco NetSSL Samples
#
.DEFAULT all:
$(MAKE) -C HTTPSTimeServer $(MAKECMDGOALS)
$(MAKE) -C download $(MAKECMDGOALS)
$(MAKE) -C Mail $(MAKECMDGOALS)