From 8779695a646516cdb5d3537d2d82397af1d42436 Mon Sep 17 00:00:00 2001 From: Eugene Batalov Date: Mon, 4 Jul 2016 17:46:15 +0300 Subject: [PATCH] car_fmw: add ctags generation target to Makefile --- car_fmw/.gitignore | 1 + car_fmw/Makefile | 3 +++ 2 files changed, 4 insertions(+) diff --git a/car_fmw/.gitignore b/car_fmw/.gitignore index ba077a4031a..7fcd950a051 100644 --- a/car_fmw/.gitignore +++ b/car_fmw/.gitignore @@ -1 +1,2 @@ bin +tags diff --git a/car_fmw/Makefile b/car_fmw/Makefile index 4e14ae5b122..916839c80ea 100644 --- a/car_fmw/Makefile +++ b/car_fmw/Makefile @@ -67,6 +67,9 @@ debug: clean: rm -rf bin/* +tags: + ctags -R * + include $(LIB_DIR)/**/Makefile .PHONY: clean debug flash