poco/Foundation/testsuite/Makefile
2008-01-28 17:23:19 +00:00

15 lines
298 B
Makefile

#
# Makefile
#
# $Id: //poco/svn/Foundation/testsuite/Makefile#2 $
#
# 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)