1
0
mirror of https://github.com/pocoproject/poco.git synced 2024-12-19 20:32:15 +01:00
poco/SevenZip/samples/Makefile

13 lines
146 B
Makefile

#
# Makefile
#
# $Id$
#
# Makefile for Poco SevenZip Samples
#
.PHONY: projects
clean all: projects
projects:
$(MAKE) -C un7zip $(MAKECMDGOALS)