Mercurial > hg > Members > kono > nitros9-code
annotate level1/cmds/makefile @ 95:cab6c9f16913
Added identify target
author | boisy |
---|---|
date | Sat, 06 Jul 2002 02:43:04 +0000 |
parents | 6b140c61492c |
children | 307e956c5124 |
rev | line source |
---|---|
0 | 1 include ../../Makefile.rules |
2 | |
3 DEPENDS = ./Makefile | |
4 | |
21 | 5 CMDS = asm attr backup binex build copy date del deldir dir display dump echo exbin free grfo ident link list \ |
15 | 6 load login makdir mdir mfree printerr procs pwd pxd rename save setime shell sleep tee unlink verify |
0 | 7 ALLOBJS = $(CMDS) |
8 | |
9 all: $(ALLOBJS) | |
10 $(CHMOD) a+rx $(ALLOBJS) | |
11 | |
12 clean: | |
13 $(RM) $(ALLOBJS) | |
14 | |
95 | 15 identify: |
16 $(IDENT_SHORT) $(ALLOBJS) |