poco/Encodings/samples/Makefile
2018-02-14 09:49:28 +01:00

11 lines
145 B
Makefile

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