Now build tags file

This commit is contained in:
Dan Hirsch 2012-05-12 01:28:16 +01:00
parent d5358a724b
commit 4b31f327cd
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View file

@ -3,3 +3,4 @@
*.a
src/test_suite
lib/hush
TAGS

View file

@ -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 $^