mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
13 lines
263 B
Makefile
13 lines
263 B
Makefile
#
|
|
# Makefile
|
|
#
|
|
# Makefile for Poco NetSSL Samples
|
|
#
|
|
|
|
.DEFAULT all:
|
|
$(MAKE) -C HTTPSTimeServer $(MAKECMDGOALS)
|
|
$(MAKE) -C download $(MAKECMDGOALS)
|
|
$(MAKE) -C Mail $(MAKECMDGOALS)
|
|
$(MAKE) -C SetSourceIP $(MAKECMDGOALS)
|
|
$(MAKE) -C TwitterClient $(MAKECMDGOALS)
|