Skip to content
Snippets Groups Projects
Commit 899b91c1 authored by Andrew Tridgell's avatar Andrew Tridgell
Browse files

build: fixed etags target

parent 9f70c6c7
No related branches found
No related tags found
No related merge requests found
...@@ -63,5 +63,6 @@ sitl-mount: sitl ...@@ -63,5 +63,6 @@ sitl-mount: sitl
.PHONY: etags .PHONY: etags
etags: etags:
cd .. && etags -f ArduCopter/TAGS --langmap=C++:.pde.cpp.h $$(git ls-files ArduCopter libraries) cd .. && etags -f ArduCopter/TAGS --lang=c++ $$(git ls-files ArduCopter libraries)
cd .. && etags -f ArduPlane/TAGS --lang=c++ $$(git ls-files ArduPlane libraries)
cd .. && etags -f APMrover2/TAGS --lang=c++ $$(git ls-files APMrover2 libraries)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment