1
0
mirror of https://github.com/pocoproject/poco.git synced 2025-03-04 07:27:23 +01:00

12 lines
141 B
Makefile
Raw Normal View History

2013-03-12 22:58:22 -05:00
#
# Makefile
#
# Makefile for Poco MongoDB Samples
#
.PHONY: projects
clean all: projects
projects:
$(MAKE) -C SQLToMongo $(MAKECMDGOALS)