Now build tags file
This commit is contained in:
parent
d5358a724b
commit
4b31f327cd
2 changed files with 4 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -23,3 +23,6 @@ $(foreach dir,$(SUBDIRS),$(eval $(call SUBDIR_TEMPLATE,$(dir))))
|
|||
|
||||
#.DEFAULT:
|
||||
# $(if $(findstring ./,$(dir $@)),$(error No rule to make target `$@'),$(MAKE) -C $(dir $@) $(notdir $@))
|
||||
|
||||
TAGS: $(shell find * -name "*.c")
|
||||
etags $^
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue