mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-09 11:17:31 +01:00
12 lines
215 B
Makefile
12 lines
215 B
Makefile
#
|
|
# Makefile
|
|
#
|
|
# $Id: //poco/svn/NetSSL_OpenSSL/samples/Makefile#1 $
|
|
#
|
|
# Makefile for Poco NetSSL Samples
|
|
#
|
|
|
|
.DEFAULT all:
|
|
$(MAKE) -C HTTPSTimeServer $(MAKECMDGOALS)
|
|
$(MAKE) -C download $(MAKECMDGOALS)
|