poco/XML/samples/Makefile

14 lines
261 B
Makefile
Raw Normal View History

2012-04-29 20:52:25 +02:00
#
# Makefile
#
# Makefile for Poco XML Samples
#
.PHONY: projects
2023-10-15 17:56:48 +02:00
clean distclean all: projects
2012-04-29 20:52:25 +02:00
projects:
$(MAKE) -C DOMParser $(MAKECMDGOALS)
$(MAKE) -C DOMWriter $(MAKECMDGOALS)
$(MAKE) -C PrettyPrint $(MAKECMDGOALS)
$(MAKE) -C SAXParser $(MAKECMDGOALS)