projects
/
unzip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f16416
)
Remove unneeded -I
author
Robert Pengelly
<robertapengelly@hotmail.com>
Sun, 1 Mar 2026 15:07:11 +0000
(15:07 +0000)
committer
Robert Pengelly
<robertapengelly@hotmail.com>
Sun, 1 Mar 2026 15:07:11 +0000
(15:07 +0000)
Makefile.wat
patch
|
blob
|
history
diff --git
a/Makefile.wat
b/Makefile.wat
index 9f789b7b0190fe936d8c677965e5e94eeb796aa6..a516256fba02370ca7891052f3dc8ef9d8610eb3 100644
(file)
--- a/
Makefile.wat
+++ b/
Makefile.wat
@@
-11,7
+11,7
@@
all: unzip.exe
unzip.exe: $(CSRC)
- wcl -
I$(INCDIR)\\include -
fe=$@ $^
+ wcl -fe=$@ $^
clean: