1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-01-19 03:57:14 +01:00

14 lines
251 B
Makefile
Raw Permalink Normal View History

#
# 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)