diff --git a/reactos/Makefile b/reactos/Makefile index 5873ca453a8..0dd58f39a28 100644 --- a/reactos/Makefile +++ b/reactos/Makefile @@ -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 - \ No newline at end of file