poco/NetSSL_OpenSSL/samples/Makefile

12 lines
216 B
Makefile
Raw Normal View History

2006-12-22 11:06:10 +01:00
#
# Makefile
#
2007-02-23 15:48:34 +01:00
# $Id: //poco/Main/NetSSL_OpenSSL/samples/Makefile#2 $
2006-12-22 11:06:10 +01:00
#
# Makefile for Poco NetSSL Samples
#
.DEFAULT all:
$(MAKE) -C HTTPSTimeServer $(MAKECMDGOALS)
$(MAKE) -C download $(MAKECMDGOALS)