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

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