Allow empty attribute syntax to mean "same command as ID".
[featherfall2.git] / rules / programs.mk
1 # This is free and unencumbered software released into the public
2 # domain. To the extent possible under law, the author of this file
3 # waives all copyright and related or neighboring rights to it.
4
5 ZIPFLAGS ?= -q
6 UNZIPFLAGS ?= -q
7
8 UNZIP = unzip $(UNZIPFLAGS)
9 ZIP = zip $(ZIPFLAGS)
10
11 ifneq ($(OS),Windows_NT)
12 WINE ?= wine
13 endif