diff --git a/Makefile b/Makefile index 303dad9..8ade91f 100644 --- a/Makefile +++ b/Makefile @@ -48,3 +48,6 @@ dist: fi +.PHONY: tags +tags: + find . -name "*.scm" | etags -