diff options
Diffstat (limited to '3rdParty/ZLib/Makefile.inc')
-rw-r--r-- | 3rdParty/ZLib/Makefile.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/3rdParty/ZLib/Makefile.inc b/3rdParty/ZLib/Makefile.inc index dccfcf4..a30f65d 100644 --- a/3rdParty/ZLib/Makefile.inc +++ b/3rdParty/ZLib/Makefile.inc @@ -17,6 +17,3 @@ ZLIB_SOURCES += \ ZLIB_OBJECTS = \ $(ZLIB_SOURCES:.c=.o) - -CLEANFILES += \ - $(ZLIB_OBJECTS) |