poco/PDF/samples/Makefile
2012-04-29 18:52:25 +00:00

14 lines
210 B
Makefile

#
# Makefile
#
# $Id: //poco/Main/PDF/samples/Makefile#1 $
#
# Makefile for Poco PDF Samples
#
.PHONY: projects
clean all: projects
projects:
$(MAKE) -C Text $(MAKECMDGOALS)
$(MAKE) -C Image $(MAKECMDGOALS)