# This is free and unencumbered software released into the public # domain. To the extent possible under law, the author of this file # waives all copyright and related or neighboring rights to it. ZIPFLAGS ?= -q UNZIPFLAGS ?= -q UNZIP = unzip $(UNZIPFLAGS) ZIP = zip $(ZIPFLAGS) ifneq ($(OS),Windows_NT) WINE ?= wine endif