#
# Makefile
#
# Makefile for Poco JSON Samples
#

.PHONY: projects
clean all: projects
projects:
	$(MAKE) -C Benchmark $(MAKECMDGOALS)