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