From 173aa35bf89dc6ce40263575e9eb81b9a8c72587 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Thu, 25 Oct 2001 19:13:00 +0000 Subject: More hacking of the ctags setup --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 227374f4..a82d7c59 100644 --- a/Makefile +++ b/Makefile @@ -186,9 +186,7 @@ makedirs: @if [ ! -d $(BQ)/$(UIDIRNAME) ];then mkdir $(BQ)/$(UIDIRNAME);fi ctags: - cd src - ctags -f src/tags -R * - cd .. + ctags -f tags -R * # --object lists for each build type-- GQVMOBJ = $(GOBJ:%.o=$(BQ)/%.asm) -- cgit