changeset 486:0aa62a0f61a3

Added Basic09 target
author boisy
date Wed, 09 Oct 2002 14:29:48 +0000
parents d79609980bd5
children 6e9b939a2272
files 3rdparty/packages/makefile
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/3rdparty/packages/makefile	Wed Oct 09 14:28:06 2002 +0000
+++ b/3rdparty/packages/makefile	Wed Oct 09 14:29:48 2002 +0000
@@ -9,10 +9,12 @@
 	@$(ECHO) "*           3rd Software Packages           *"
 	@$(ECHO) "*                                           *"
 	@$(ECHO) "*********************************************"
+	$(CD) basic09; make
 	$(CD) rof; make
 	$(CD) multivue; make
  
 clean:
+	-$(CD) basic09; make clean
 	-$(CD) rof; make clean
 	-$(CD) multivue; make clean