Files
poco/Foundation/testsuite/Makefile
Aleksandar Fabijanic 5a639074d9 change EOL to 'native'
2012-04-29 18:52:25 +00:00

15 lines
298 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)