#
# Makefile
#
# Makefile for Poco SevenZip Samples
#

.PHONY: projects
clean distclean all: projects
projects:
	$(MAKE) -C un7zip $(MAKECMDGOALS)
