From 404be1acac5a804db23f8e733c483a05f783977c Mon Sep 17 00:00:00 2001 From: Robert Pengelly Date: Sun, 1 Mar 2026 17:07:02 +0000 Subject: [PATCH] Remove unneeded make variable --- Makefile.wat | 1 - 1 file changed, 1 deletion(-) 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 -- 2.34.1