summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2003-01-26 00:37:13 +0000
committerTim Angus <tim@ngus.net>2003-01-26 00:37:13 +0000
commitf3e7e55ef5b6e2502db82d2f9f658bdb904dca85 (patch)
treee83762fbe964fd3a6b70bbe84a6b092a9d38ead9 /Makefile
parent003da4060919202c65a28889248d7805f8658172 (diff)
* cg_lagometer defaults to 0
* Rifle and Ckit now free (d'oh) * Changes to zap client side effects
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fca2a36b..d143a023 100644
--- a/Makefile
+++ b/Makefile
@@ -183,7 +183,7 @@ makedirs:
@if [ ! -d $(BQ)/$(UIDIRNAME) ];then mkdir $(BQ)/$(UIDIRNAME);fi
ctags:
- ctags -f tags -R *
+ ctags -f tags -R src/*
# --object lists for each build type--
GQVMOBJ = $(GOBJ:%.o=$(BQ)/%.asm)