From 346a3f973b828abc21cffb8a0a976daddcabe492 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Thu, 8 Oct 2015 13:27:27 +0200 Subject: Include C source in TAGS. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7a67333..27b2a0d 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ clean: dialyze: build dialyzer ebin tags: - etags src/*.[he]rl + etags src/*.[he]rl c_src/*.[ch] # Unit testing. check: build -- cgit v1.1