mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-31 22:45:36 +01:00
12 lines
199 B
Makefile
12 lines
199 B
Makefile
#
|
|
# Makefile
|
|
#
|
|
# Makefile for Poco Data Tests
|
|
#
|
|
|
|
.PHONY: projects
|
|
clean distclean all: projects
|
|
projects:
|
|
$(MAKE) -f Makefile-testrunner $(MAKECMDGOALS)
|
|
$(MAKE) -f Makefile-library $(MAKECMDGOALS)
|