From 73f55ffb1bd1205158e308809de2568c9f6572f6 Mon Sep 17 00:00:00 2001 From: interp Date: Tue, 17 Feb 2004 15:07:36 +0000 Subject: [PATCH] Add tags target that got lost on the way --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 -