mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-11-02 03:27:56 +00:00
11 lines
136 B
Makefile
11 lines
136 B
Makefile
#
|
|
# Makefile
|
|
#
|
|
# Makefile for Poco Util Samples
|
|
#
|
|
|
|
.PHONY: projects
|
|
clean all: projects
|
|
projects:
|
|
$(MAKE) -C genrsakey $(MAKECMDGOALS)
|