remove build directory
authorFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Wed, 17 Oct 2007 18:21:29 +0000 (18:21 +0000)
committerFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Wed, 17 Oct 2007 18:21:29 +0000 (18:21 +0000)
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