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