Mercurial > hg > Members > kono > nitros9-code
diff level2/sys/makefile @ 1408:8b6f8930847a
Made even better
author | boisy |
---|---|
date | Fri, 28 Nov 2003 02:09:12 +0000 |
parents | 38b29fc7cd5e |
children | 5b5390b7333a |
line wrap: on
line diff
--- a/level2/sys/makefile Fri Nov 28 01:32:25 2003 +0000 +++ b/level2/sys/makefile Fri Nov 28 02:09:12 2003 +0000 @@ -6,7 +6,7 @@ L1TXTFILES = errmsg password L2TXTFILES = motd -GFXFILES = stdfonts stdpats_2 stdpats_4 stdpats_16 stdptrs \ +BINFILES = stdfonts stdpats_2 stdpats_4 stdpats_16 stdptrs \ ibmedcfont isolatin1font HELPFILES = asm.hp attr.hp \ backup.hp basic09.hp binex.hp build.hp \ @@ -36,7 +36,7 @@ HELPMSG = helpmsg TEXTFILES = $(L2TXTFILES) $(HELPMSG) $(L1TXTFILES) -ALLOBJS = $(TEXTFILES) $(GFXFILES) +ALLOBJS = $(TEXTFILES) $(BINFILES) all: $(ALLOBJS) $(DEPENDS) @@ -47,10 +47,10 @@ -$(SOFTLINK) $(6809L1)/sys/$@ clean: - $(RM) $(HELPMSG) $(L1TXTFILES) $(GFXFILES) + $(RM) $(HELPMSG) $(L1TXTFILES) $(BINFILES) -showgfxobjs: - @$(ECHO) $(GFXFILES) +showbinobjs: + @$(ECHO) $(BINFILES) showtextobjs: @$(ECHO) $(TEXTFILES)