mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
Added etags target
svn path=/trunk/; revision=1164
This commit is contained in:
parent
9f7a5635de
commit
06784b2b11
1 changed files with 6 additions and 1 deletions
|
@ -294,3 +294,8 @@ endif
|
||||||
|
|
||||||
.PHONY: clean_dist_dir make_dist_dirs
|
.PHONY: clean_dist_dir make_dist_dirs
|
||||||
|
|
||||||
|
#
|
||||||
|
#
|
||||||
|
#
|
||||||
|
etags:
|
||||||
|
find . -name "*.[ch]" -print | etags --language=c -
|
Loading…
Reference in a new issue