mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +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
|
@ -237,7 +237,7 @@ install: all
|
|||
./install.sh /mnt/hda1
|
||||
./install.sh /mnt/hda4
|
||||
./install.bochs
|
||||
|
||||
|
||||
make_floppy_dirs:
|
||||
ifeq ($(DOSCLI),yes)
|
||||
mkdir $(FLOPPY_DIR)\dlls
|
||||
|
@ -294,3 +294,8 @@ endif
|
|||
|
||||
.PHONY: clean_dist_dir make_dist_dirs
|
||||
|
||||
#
|
||||
#
|
||||
#
|
||||
etags:
|
||||
find . -name "*.[ch]" -print | etags --language=c -
|
Loading…
Reference in a new issue