mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-28 15:41:22 +01:00
added Poco::SevenZip library for extracting 7-Zip archives, based on the LZMA SDK
This commit is contained in:
12
SevenZip/samples/Makefile
Normal file
12
SevenZip/samples/Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
#
|
||||
# Makefile
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
# Makefile for Poco SevenZip Samples
|
||||
#
|
||||
|
||||
.PHONY: projects
|
||||
clean all: projects
|
||||
projects:
|
||||
$(MAKE) -C un7zip $(MAKECMDGOALS)
|
||||
Reference in New Issue
Block a user