Clean zlib host files

svn path=/trunk/; revision=19429
This commit is contained in:
Gé van Geldorp 2005-11-21 22:05:22 +00:00
parent c1846c1208
commit 05c9aefc02

View file

@ -103,4 +103,4 @@ zlib_host: $(ZLIB_HOST_TARGET)
.PHONY: zlib_host_clean
zlib_host_clean:
-@$(rm) $(ZLIB_HOST_TARGET) $(ZLIB_HOST_OBJECTS) 2>$(NUL)
clean: zlib_clean
clean: zlib_host_clean