Guenter Obiltschnig 1a6676aa44 fixed line endings
2008-01-31 10:15:22 +00:00

12 lines
204 B
Makefile

#
# 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)