Remove unneeded make variable master
authorRobert Pengelly <robertapengelly@hotmail.com>
Sun, 1 Mar 2026 17:07:02 +0000 (17:07 +0000)
committerRobert Pengelly <robertapengelly@hotmail.com>
Sun, 1 Mar 2026 17:07:02 +0000 (17:07 +0000)
Makefile.wat

index a516256fba02370ca7891052f3dc8ef9d8610eb3..b1da20ec5299389eae2589fb9eb08a4bd39da4b6 100644 (file)
@@ -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