From 6da3f7c1e678047a30b8292974361d44934e9066 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c99a4e9..a78dcd9 100644 --- a/Makefile +++ b/Makefile @@ -206,7 +206,7 @@ depend: $(ASRCS) $(CSRCS) .PHONY: tags tags: - ctags -R sources include + ctags -d sources/* include/* ifneq (clean,$(MAKECMDGOALS)) -include depend