poco/ApacheConnector/samples/Makefile
Aleksandar Fabijanic d75e68c027 new trunk (base for 1.5)
windows build only
2012-04-23 01:14:34 +00:00

14 lines
244 B
Makefile

#
# Makefile
#
# $Id: //poco/1.4/ApacheConnector/samples/Makefile#1 $
#
# Makefile for Poco ApacheConnector Samples
#
.PHONY: projects
clean all: projects
projects:
$(MAKE) -C TimeServer $(MAKECMDGOALS)
$(MAKE) -C FormServer $(MAKECMDGOALS)