removed unnecessary 'cd -' in clean target
authorTony Mack <tmack@cs.princeton.edu>
Wed, 6 May 2009 00:52:15 +0000 (00:52 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Wed, 6 May 2009 00:52:15 +0000 (00:52 +0000)
Makefile

index a4dff17..32fc46f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,6 @@ $(subdirs): %:
 clean:
        python setup.py uninstall
        cd keyconvert && make clean
-       cd - 
        # XX remove keyconvert   
 
 index: $(init)