mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 18:20:26 +01:00
14 lines
210 B
Makefile
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)
|