From: Stephen Adams Date: Wed, 31 Jul 1996 16:15:36 +0000 (+0000) Subject: Added tags target. X-Git-Tag: 20090517-FFI~5404 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=5369c148679842bb3cd23c3252591b8ca4d3a023;p=mit-scheme.git Added tags target. --- diff --git a/v7/src/swat/Makefile b/v7/src/swat/Makefile index 81581e977..1bad634f7 100644 --- a/v7/src/swat/Makefile +++ b/v7/src/swat/Makefile @@ -1,5 +1,5 @@ ## -## $Id: Makefile,v 1.1 1995/08/02 21:19:38 adams Exp $ +## $Id: Makefile,v 1.2 1996/07/31 16:15:36 adams Exp $ ## ## ## @@ -53,4 +53,7 @@ scheme/compiled: echo '(load "swat.sf") (load "swat.cbf")' | $(SCHEME) -compiler \ ) -clean: \ No newline at end of file +clean: + +tags: + etags scheme/*.scm c/*.c