# # Makefile # # Makefile for Poco Encodings Samples # .PHONY: projects clean all: projects projects: $(MAKE) -C TextConverter $(MAKECMDGOALS)