mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-15 07:20:24 +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)
|