diff Makefile @ 7:c66551966b5f

* Fix a couple of memory management and corruption bugs * Some textual fixes
author cannam
date Fri, 31 Mar 2006 17:39:49 +0000
parents ad9aa1881a70
children 83d3eb580731
line wrap: on
line diff
--- a/Makefile	Fri Mar 31 16:26:28 2006 +0000
+++ b/Makefile	Fri Mar 31 17:39:49 2006 +0000
@@ -1,11 +1,11 @@
 
 
-all:	examples/plugins.so host/simplehost test
+all:	examples_ host_ test
 
-examples/plugins.so:
+examples_:
 	$(MAKE) -C examples all
 
-host/simplehost:
+host_:
 	$(MAKE) -C host all
 
 test: