Skip to content

Commit

Permalink
linecount improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
Yangqing committed Nov 12, 2013
1 parent 78cca4b commit 26f5a14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 762 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ clean:
@- $(RM) $(NAME) $(STATIC_NAME) $(TEST_BINS) $(EXAMPLE_BINS)
@- $(RM) $(OBJS) $(TEST_OBJS) $(EXAMPLE_OBJS)
@- $(RM) $(PROTO_GEN_HEADER) $(PROTO_GEN_CC) $(PROTO_GEN_PY)
@- $(RM) include/caffe/proto/caffe.pb.h
@- $(RM) python/caffe/proto/caffe_pb2.py
@- $(RM) -rf build

distclean: clean
Expand Down
Loading

0 comments on commit 26f5a14

Please sign in to comment.