#
# Makefile
# Makefile for Poco PageCompiler Samples
.PHONY: projects
clean distclean all: projects
projects:
$(MAKE) -C HTTPTimeServer $(MAKECMDGOALS)