poco/NetSSL_OpenSSL/samples/Makefile

12 lines
215 B
Makefile
Raw Normal View History

2006-12-22 11:06:10 +01:00
#
# Makefile
#
# $Id: //poco/1.3/NetSSL_OpenSSL/samples/Makefile#1 $
#
# Makefile for Poco NetSSL Samples
#
.DEFAULT all:
$(MAKE) -C HTTPSTimeServer $(MAKECMDGOALS)
$(MAKE) -C download $(MAKECMDGOALS)