diff options
author | Tim Angus <tim@ngus.net> | 2003-02-03 03:42:57 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2003-02-03 03:42:57 +0000 |
commit | 30b6770361526a9713825591ced3b04ae3229827 (patch) | |
tree | 49f1d84969fc4a2ac4cefbdcb062e4ae1a787f76 /Makefile | |
parent | 03986b8845ba59376ff6b315be0ebf47ee7244d8 (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |