1
0
mirror of https://github.com/pocoproject/poco.git synced 2025-02-19 05:59:27 +01:00

14 lines
210 B
Makefile
Raw Normal View History

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