poco/PDF/samples/Makefile

14 lines
210 B
Makefile
Raw Normal View History

2012-04-29 20:52:25 +02:00
#
# 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)