poco/SevenZip/samples/Makefile
2017-11-10 09:26:24 +01:00

11 lines
137 B
Makefile

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