mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 02:22:57 +01:00
14 lines
258 B
Makefile
14 lines
258 B
Makefile
#
|
|
# Makefile
|
|
#
|
|
# $Id: //poco/Main/ApacheConnector/samples/Makefile#1 $
|
|
#
|
|
# Makefile for Poco ApacheConnector Samples
|
|
#
|
|
|
|
.PHONY: projects
|
|
clean all: projects
|
|
projects:
|
|
$(MAKE) -C TimeServer $(MAKECMDGOALS)
|
|
$(MAKE) -C FormServer $(MAKECMDGOALS)
|