Fix typo in libtensorflow cpu windows build

PiperOrigin-RevId: 272097255
This commit is contained in:
Gunhan Gulsoy 2019-09-30 16:57:41 -07:00 committed by TensorFlower Gardener
parent b75bf5c919
commit df8c0ecb40

View File

@ -83,4 +83,4 @@ zip libtensorflow-cpu-windows-$(uname -m).zip \
include/tensorflow/c/tf_tensor.h \
LICENSE \
THIRD_PARTY_TF_C_LICENSES
rm r-f lib include
rm -rf lib include