Commit a3cc09cd authored by zhujiashun's avatar zhujiashun

Remove headers of test proto when 'make clean'

parent 9dadee8c
......@@ -161,7 +161,7 @@ all: $(TEST_BINS)
.PHONY:clean
clean:clean_bins
@echo "Cleaning"
@rm -rf $(TEST_BUTIL_OBJS) $(TEST_BVAR_OBJS) $(TEST_BTHREAD_OBJS) $(TEST_BRPC_OBJS) $(TEST_PROTO_OBJS)
@rm -rf $(TEST_BUTIL_OBJS) $(TEST_BVAR_OBJS) $(TEST_BTHREAD_OBJS) $(TEST_BRPC_OBJS) $(TEST_PROTO_OBJS) $(TEST_PROTO_SOURCES:.proto=.pb.h) $(TEST_PROTO_SOURCES:.proto=.pb.cc)
@$(MAKE) -C.. clean_debug
.PHONY:clean_bins
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment