diff level1/modules/makefile @ 107:5eceecf6159c

Updated Makefiles with new targets
author boisy
date Sat, 06 Jul 2002 15:28:39 +0000
parents cab6c9f16913
children 90b0403b7e82
line wrap: on
line diff
--- a/level1/modules/makefile	Sat Jul 06 15:27:58 2002 +0000
+++ b/level1/modules/makefile	Sat Jul 06 15:28:39 2002 +0000
@@ -38,3 +38,6 @@
 
 identify:
 	$(IDENT_SHORT) $(ALLOBJS)
+
+showobjs:
+	@echo $(ALLOBJS)