mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 02:22:57 +01:00
13 lines
237 B
Makefile
13 lines
237 B
Makefile
#
|
|
# Makefile
|
|
#
|
|
# $Id: //poco/1.4/NetSSL_OpenSSL/samples/Makefile#2 $
|
|
#
|
|
# Makefile for Poco NetSSL Samples
|
|
#
|
|
|
|
.DEFAULT all:
|
|
$(MAKE) -C HTTPSTimeServer $(MAKECMDGOALS)
|
|
$(MAKE) -C download $(MAKECMDGOALS)
|
|
$(MAKE) -C Mail $(MAKECMDGOALS)
|