Mercurial > hg > Members > kono > nitros9-code
view level1/cmds/makefile @ 1:d4eb10b30e72
Disassembled and commented shell.asm, removed shell binary
author | boisy |
---|---|
date | Fri, 05 Apr 2002 06:58:35 +0000 |
parents | 6641a883d6b0 |
children | 5a5574d54988 |
line wrap: on
line source
include ../../Makefile.rules DEPENDS = ./Makefile CMDS = asm attr backup binex build date del deldir dir dump echo exbin free ident link list \ load login makdir printerr pwd pxd rename save setime shell sleep tee unlink verify ALLOBJS = $(CMDS) all: $(ALLOBJS) $(CHMOD) a+rx $(ALLOBJS) clean: $(RM) $(ALLOBJS)