mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-26 02:14:31 +01:00
12 lines
215 B
Makefile
12 lines
215 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)
|