summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2015-10-08 13:27:27 +0200
committerLinus Nordberg <linus@nordu.net>2015-10-08 13:27:27 +0200
commit346a3f973b828abc21cffb8a0a976daddcabe492 (patch)
tree91211facdb10d091f96f11a2dce661cbd5afb980 /Makefile
parentf9788804c8802ec7924cd62535115f9bd46fdd51 (diff)
Include C source in TAGS.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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