poco/Foundation/testsuite/Makefile

15 lines
298 B
Makefile
Raw Normal View History

2006-10-23 17:48:43 +02:00
#
# Makefile
#
2008-01-28 18:23:19 +01:00
# $Id: //poco/svn/Foundation/testsuite/Makefile#2 $
2006-10-23 17:48:43 +02:00
#
# 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)