Added ReCreate. Also added try catch to api eval of rpc method.
[nodemanager.git] / Makefile
index 625a662..390d27f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -27,6 +27,6 @@ install:
 
 clean:
        python setup.py clean
-       rm -f forward_api_calls *.pyc
+       rm -f forward_api_calls *.pyc build
 
 .PHONY: all install clean