poco/Util/samples/Makefile
Guenter Obiltschnig 551c728faf sources for 1.3
2006-11-17 16:31:29 +00:00

14 lines
223 B
Makefile

#
# Makefile
#
# $Id: //poco/1.3/Util/samples/Makefile#1 $
#
# Makefile for Poco Util Samples
#
.PHONY: projects
clean all: projects
projects:
$(MAKE) -C SampleApp $(MAKECMDGOALS)
$(MAKE) -C SampleServer $(MAKECMDGOALS)