projects
/
unzip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e0f366
)
Remove unneeded make variable
master
author
Robert Pengelly
<robertapengelly@hotmail.com>
Sun, 1 Mar 2026 17:07:02 +0000
(17:07 +0000)
committer
Robert Pengelly
<robertapengelly@hotmail.com>
Sun, 1 Mar 2026 17:07:02 +0000
(17:07 +0000)
Makefile.wat
patch
|
blob
|
history
diff --git
a/Makefile.wat
b/Makefile.wat
index a516256fba02370ca7891052f3dc8ef9d8610eb3..b1da20ec5299389eae2589fb9eb08a4bd39da4b6 100644
(file)
--- 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