From 85a6d9059cd20486e13370ae19aff32973db1f8c Mon Sep 17 00:00:00 2001
From: Faiyaz Ahmed <faiyaza@cs.princeton.edu>
Date: Wed, 17 Oct 2007 18:21:29 +0000
Subject: [PATCH] remove build directory

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 625a662..390d27f 100644
--- 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
-- 
2.47.0