1
0
mirror of https://github.com/pocoproject/poco.git synced 2025-03-03 04:38:39 +01:00
2017-09-09 11:14:06 +02:00

14 lines
251 B
Makefile

#
# Makefile
#
# Makefile for Poco XML Samples
#
.PHONY: projects
clean all: projects
projects:
$(MAKE) -C DOMParser $(MAKECMDGOALS)
$(MAKE) -C DOMWriter $(MAKECMDGOALS)
$(MAKE) -C PrettyPrint $(MAKECMDGOALS)
$(MAKE) -C SAXParser $(MAKECMDGOALS)