#
# Makefile
#
# Makefile for Poco SevenZip Samples
#

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