mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 18:45:10 +01:00
15 lines
299 B
Makefile
15 lines
299 B
Makefile
#
|
|
# Makefile
|
|
#
|
|
# $Id: //poco/Main/Foundation/testsuite/Makefile#8 $
|
|
#
|
|
# 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)
|