Guenter Obiltschnig 2d4078f392 submitted 1.2.0
2006-08-29 07:10:35 +00:00

15 lines
312 B
Makefile

#
# Makefile
#
# $Id: //poco/1.2/Foundation/testsuite/Makefile#1 $
#
# Makefile for Poco Foundation testsuite
#
.PHONY: projects
clean all: projects
projects:
$(MAKE) -f Makefile-Driver $(MAKECMDGOALS)
$(MAKE) -f Makefile-TestLibrary $(MAKECMDGOALS)
$(MAKE) -f Makefile-TestApp $(MAKECMDGOALS)