added explicit install target
[sfa.git] / Makefile
index 33300ef..32fc46f 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
@@ -20,7 +20,6 @@ $(subdirs): %:
 clean:
        python setup.py uninstall
        cd keyconvert && make clean
-       cd - 
        # XX remove keyconvert   
 
 index: $(init)