Now build tags file
This commit is contained in:
parent
d5358a724b
commit
4b31f327cd
2 changed files with 4 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -3,3 +3,4 @@
|
||||||
*.a
|
*.a
|
||||||
src/test_suite
|
src/test_suite
|
||||||
lib/hush
|
lib/hush
|
||||||
|
TAGS
|
||||||
|
|
|
||||||
3
Makefile
3
Makefile
|
|
@ -23,3 +23,6 @@ $(foreach dir,$(SUBDIRS),$(eval $(call SUBDIR_TEMPLATE,$(dir))))
|
||||||
|
|
||||||
#.DEFAULT:
|
#.DEFAULT:
|
||||||
# $(if $(findstring ./,$(dir $@)),$(error No rule to make target `$@'),$(MAKE) -C $(dir $@) $(notdir $@))
|
# $(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