poco/PDF/samples/Makefile

13 lines
211 B
Makefile
Raw Normal View History

2012-04-29 20:52:25 +02:00
#
# Makefile
#
# Makefile for Poco PDF Samples
#
.PHONY: projects
2023-10-15 17:56:48 +02:00
clean distclean all: projects
2012-04-29 20:52:25 +02:00
projects:
$(MAKE) -C Text $(MAKECMDGOALS)
$(MAKE) -C Image $(MAKECMDGOALS)
2018-02-02 19:24:16 +01:00
$(MAKE) -C Template $(MAKECMDGOALS)