From 5be12384271a3633ee898c88d5a0ebe5fbac1183 Mon Sep 17 00:00:00 2001 From: Eugene Batalov Date: Tue, 5 Jul 2016 21:38:35 +0300 Subject: [PATCH] car_fmw: make tags Makefile target PHONY tags target should always run when requested --- car_fmw/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/car_fmw/Makefile b/car_fmw/Makefile index 224ffaaf10b..e5b93ad2526 100644 --- a/car_fmw/Makefile +++ b/car_fmw/Makefile @@ -75,4 +75,4 @@ tags: include $(LIB_DIR)/**/Makefile -.PHONY: clean debug flash +.PHONY: clean debug flash tags