Some systems do not recognise wildcards in the rm command
This commit is contained in:
parent
aeccb7c130
commit
eca43e2aff
|
@ -47,7 +47,8 @@ $(PROTOBUF_SRC_DIR)/%.pb.cc: $(PROTOBUF_SRC_DIR)/%.proto
|
|||
protoc -I=$(PROTOBUF_SRC_DIR) --cpp_out=$(PROTOBUF_SRC_DIR) $<
|
||||
|
||||
clean:
|
||||
rm -f $(PROTOBUF_SRC_DIR)/carla_protocol.pb.*
|
||||
rm -f $(PROTOBUF_SRC_DIR)/carla_protocol.pb.h
|
||||
rm -f $(PROTOBUF_SRC_DIR)/carla_protocol.pb.cc
|
||||
rm -Rf build CMakeFiles
|
||||
|
||||
clean-all: clean
|
||||
|
|
Loading…
Reference in New Issue