car_fmw: add ctags generation target to Makefile

This commit is contained in:
Eugene Batalov
2016-07-04 17:46:15 +03:00
parent ca2529a9ce
commit 8779695a64
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -1 +1,2 @@
bin
tags
+3
View File
@@ -67,6 +67,9 @@ debug:
clean:
rm -rf bin/*
tags:
ctags -R *
include $(LIB_DIR)/**/Makefile
.PHONY: clean debug flash