mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 18:45:10 +01:00
d75e68c027
windows build only
13 lines
183 B
Makefile
13 lines
183 B
Makefile
#
|
|
# Makefile
|
|
#
|
|
# $Id: //poco/Main/Util/samples/Makefile#3 $
|
|
#
|
|
# Makefile for Poco Util Samples
|
|
#
|
|
|
|
.PHONY: projects
|
|
clean all: projects
|
|
projects:
|
|
$(MAKE) -C genrsakey $(MAKECMDGOALS)
|