mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-14 11:06:57 +01:00
d75e68c027
windows build only
15 lines
312 B
Makefile
15 lines
312 B
Makefile
#
|
|
# Makefile
|
|
#
|
|
# $Id: //poco/1.4/Foundation/testsuite/Makefile#1 $
|
|
#
|
|
# 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)
|