rm sometimes do not recognise wild cards in windows
This commit is contained in:
parent
25a4f0411c
commit
5991c71095
|
@ -7,8 +7,9 @@ set PROTO_BASENAME=carla_server
|
||||||
|
|
||||||
if "%1" == "--clean" (
|
if "%1" == "--clean" (
|
||||||
rem Delete existing ones.
|
rem Delete existing ones.
|
||||||
rm -f %PROTOBUF_CPP_OUT_DIR%/*.pb.h %PROTOBUF_CPP_OUT_DIR%/*.pb.cc
|
rm -f %PROTOBUF_CPP_OUT_DIR%/carla_server.pb.h
|
||||||
rm -f %PROTOBUF_PY_OUT_DIR%/*_pb2.py
|
rm -f %PROTOBUF_CPP_OUT_DIR%/carla_server.pb.cc
|
||||||
|
rm -f %PROTOBUF_PY_OUT_DIR%/carla_server_pb2.py
|
||||||
goto end
|
goto end
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue