From 063a136ada9cd51fbde73f461c99708b859d3f2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Thu, 7 Nov 2013 05:59:27 +0000 Subject: [PATCH] modified tags target to work with MacOSX ctags variant --- BaS_gcc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BaS_gcc/Makefile b/BaS_gcc/Makefile index c99a4e9..a78dcd9 100644 --- a/BaS_gcc/Makefile +++ b/BaS_gcc/Makefile @@ -206,7 +206,7 @@ depend: $(ASRCS) $(CSRCS) .PHONY: tags tags: - ctags -R sources include + ctags -d sources/* include/* ifneq (clean,$(MAKECMDGOALS)) -include depend