poco/Zip/samples/Makefile
2008-10-31 09:18:26 +00:00

14 lines
209 B
Makefile

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