mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2025-12-06 03:31:59 +01:00
add TAGS rule in Makefile
This commit is contained in:
parent
9f0abd70d3
commit
d3c40fbd11
5
Makefile
5
Makefile
|
|
@ -220,3 +220,8 @@ ULIBS = -lm
|
||||||
|
|
||||||
RULESPATH = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC
|
RULESPATH = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC
|
||||||
include $(RULESPATH)/rules.mk
|
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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue