################################################################################
#
# Run exctags and cscope.
#
################################################################################
all:
exctags -R;
cscope -Rbq;
clean:
rm -rf tags;
rm -rf cscope.in.out cscope.out cscope.po.out;
################################################################################
阅读(1101) | 评论(0) | 转发(0) |