From b9694d350c5a9db0730772334b65b13532eec545 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Thu, 20 Aug 2015 16:14:27 +0200 Subject: Include .py files in TAGS. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fc922d7..f212753 100644 --- a/Makefile +++ b/Makefile @@ -216,7 +216,7 @@ dialyze: build dialyzer ebin tags: - etags src/*.[he]rl + find . -name \*.?rl -o -name \*.py | etags - # Unit testing. check: all -- cgit v1.1