15 lines
312 B
Makefile
Raw Permalink Normal View History

2006-07-11 16:33:40 +00:00
#
# Makefile
#
2006-08-29 07:10:35 +00:00
# $Id: //poco/1.2/Foundation/testsuite/Makefile#1 $
2006-07-11 16:33:40 +00:00
#
# Makefile for Poco Foundation testsuite
#
2006-08-29 07:10:35 +00:00
.PHONY: projects
clean all: projects
projects:
2006-07-11 16:33:40 +00:00
$(MAKE) -f Makefile-Driver $(MAKECMDGOALS)
$(MAKE) -f Makefile-TestLibrary $(MAKECMDGOALS)
$(MAKE) -f Makefile-TestApp $(MAKECMDGOALS)