comparison level1/cmds/makefile @ 107:5eceecf6159c

Updated Makefiles with new targets
author boisy
date Sat, 06 Jul 2002 15:28:39 +0000
parents 0859906a95a8
children a32b730f4c71
comparison
equal deleted inserted replaced
106:1db3e85d5133 107:5eceecf6159c
18 clean: 18 clean:
19 $(RM) $(ALLOBJS) 19 $(RM) $(ALLOBJS)
20 20
21 identify: 21 identify:
22 $(IDENT_SHORT) $(ALLOBJS) 22 $(IDENT_SHORT) $(ALLOBJS)
23
24 showobjs:
25 @echo $(ALLOBJS)