mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-28 15:41:22 +01:00
12 lines
203 B
Makefile
12 lines
203 B
Makefile
#
|
|
# Makefile
|
|
#
|
|
# $Id: //poco/1.1.0/Util/samples/Makefile#1 $
|
|
#
|
|
# Makefile for Poco Util Samples
|
|
#
|
|
|
|
.DEFAULT all:
|
|
$(MAKE) -C SampleApp $(MAKECMDGOALS)
|
|
$(MAKE) -C SampleServer $(MAKECMDGOALS)
|