poco/NetSSL_OpenSSL/samples/Makefile

12 lines
215 B
Makefile
Raw Normal View History

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