poco/Encodings/samples/Makefile

11 lines
145 B
Makefile
Raw Normal View History

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