car_fmw: add ctags generation target to Makefile
This commit is contained in:
@@ -1 +1,2 @@
|
||||
bin
|
||||
tags
|
||||
|
||||
@@ -67,6 +67,9 @@ debug:
|
||||
clean:
|
||||
rm -rf bin/*
|
||||
|
||||
tags:
|
||||
ctags -R *
|
||||
|
||||
include $(LIB_DIR)/**/Makefile
|
||||
|
||||
.PHONY: clean debug flash
|
||||
|
||||
Reference in New Issue
Block a user