mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 16:57:16 +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)
|