From: Robert Pengelly Date: Sun, 1 Mar 2026 17:07:02 +0000 (+0000) Subject: Remove unneeded make variable X-Git-Url: https://git.candlhat.org/?a=commitdiff_plain;h=HEAD;p=unzip.git Remove unneeded make variable --- diff --git a/Makefile.wat b/Makefile.wat index a516256..b1da20e 100644 --- a/Makefile.wat +++ b/Makefile.wat @@ -5,7 +5,6 @@ SRCDIR ?= $(CURDIR) VPATH := $(SRCDIR) CSRC := unzip.c bitstream.c huffman.c inflate.c lib.c lz77.c report.c tables.c vector.c -INCDIR := $(subst /,\,$(SRCDIR)) all: unzip.exe