12 lines
216 B
Makefile
Raw Normal View History

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