poco/Encodings/samples/Makefile
2023-10-15 17:56:48 +02:00

11 lines
155 B
Makefile

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