projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Misc. 16-bit compilation fixes
[wxWidgets.git]
/
src
/
zlib
/
makefile.wat
diff --git
a/src/zlib/makefile.wat
b/src/zlib/makefile.wat
index 7f196ab011712ce3ae3ef1cfa367e57c02ec819d..7f62708415ae694a946ad57305682154ab283d92 100644
(file)
--- a/
src/zlib/makefile.wat
+++ b/
src/zlib/makefile.wat
@@
-101,7
+101,7
@@
test: minigzip.exe example.exe
echo hello world | minigzip | minigzip -d >test
type test
-clean:
+clean:
.SYMBOLIC
-erase *.obj
-erase *.exe
-erase $(LIBTARGET)