summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2003-02-03 03:42:57 +0000
committerTim Angus <tim@ngus.net>2003-02-03 03:42:57 +0000
commit30b6770361526a9713825591ced3b04ae3229827 (patch)
tree49f1d84969fc4a2ac4cefbdcb062e4ae1a787f76 /Makefile
parent03986b8845ba59376ff6b315be0ebf47ee7244d8 (diff)
* Makefile edit to include menudef.h in ctags
* Added ownerdraw to display a graphic when a usable buildable is nearby * Converted alien sense and human scanner to ownerdraws
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d143a023..010c3867 100644
--- a/Makefile
+++ b/Makefile
@@ -183,7 +183,7 @@ makedirs:
@if [ ! -d $(BQ)/$(UIDIRNAME) ];then mkdir $(BQ)/$(UIDIRNAME);fi
ctags:
- ctags -f tags -R src/*
+ ctags -f tags -R src/* ui/menudef.h
# --object lists for each build type--
GQVMOBJ = $(GOBJ:%.o=$(BQ)/%.asm)