poco/Foundation/testsuite/Makefile

15 lines
299 B
Makefile
Raw Normal View History

2006-10-23 17:48:43 +02:00
#
# Makefile
#
2007-02-23 15:27:57 +01:00
# $Id: //poco/Main/Foundation/testsuite/Makefile#8 $
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)