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