remove clean from all target
authorTony Mack <tmack@cs.princeton.edu>
Wed, 6 May 2009 00:44:45 +0000 (00:44 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Wed, 6 May 2009 00:44:45 +0000 (00:44 +0000)
Makefile

index 33300ef..a4dff17 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ init := geni/__init__.py geni/util/__init__.py geni/methods/__init__.py
 
 subdirs := keyconvert #pyOpenSSL-0.9
  
-all: clean install $(init) $(subdirs)
+all: install $(init) $(subdirs)
 
 install: 
        python setup.py install