From d3c40fbd1185ae913997669c6e699f06c0c78887 Mon Sep 17 00:00:00 2001 From: TT Date: Sat, 14 Jan 2017 14:32:28 +0900 Subject: [PATCH] add TAGS rule in Makefile --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 03e87b0..e87c440 100644 --- a/Makefile +++ b/Makefile @@ -220,3 +220,8 @@ ULIBS = -lm RULESPATH = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC include $(RULESPATH)/rules.mk + +TAGS: Makefile + @etags *.[ch] NANOVNA_STM32_F072/*.[ch] $(shell find ChibiOS/os/hal/ports/STM32/STM32F0xx ChibiOS/os -name \*.\[ch\] -print) + @ls -l TAGS +