fix etags target

This commit is contained in:
John Franklin 2015-10-19 12:30:46 -05:00
parent 13ca59eeb5
commit 6c3736a060

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