Merge branch 'jfranklin9000-etags' into test

This commit is contained in:
Raymond Pasco 2015-10-19 13:50:30 -04:00
commit 4e6e1fb2e6

View File

@ -447,7 +447,7 @@ tags:
ctags -R -f .tags --exclude=root
etags:
etags -f .etags $$(find -name '*.c' -or -name '*.h')
etags -f .etags $$(find . -name '*.c' -or -name '*.h')
osxpackage:
$(RM) -r inst