From d511ec1caee3717f9652c8366a054c3046f6e2f6 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sun, 23 Sep 2001 04:22:29 +0000 Subject: Random tweaks --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6245e089..36d93521 100644 --- a/Makefile +++ b/Makefile @@ -187,7 +187,9 @@ makedirs: @if [ ! -d $(BQ)/$(UIDIRNAME) ];then mkdir $(BQ)/$(UIDIRNAME);fi ctags: - ctags -f src/tags -R src/* + cd src + ctags -f tags -R * + cd .. # --object lists for each build type-- GQVMOBJ = $(GOBJ:%.o=$(BQ)/%.asm) -- cgit