mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-12-25 23:07:18 +00:00
14 lines
150 B
Makefile
14 lines
150 B
Makefile
#
|
|
# Makefile
|
|
#
|
|
# $Id$
|
|
#
|
|
# Makefile for Poco MongoDB Samples
|
|
#
|
|
|
|
.PHONY: projects
|
|
clean all: projects
|
|
projects:
|
|
$(MAKE) -C SQLToMongo $(MAKECMDGOALS)
|
|
|