From 8806bb96d4635525571bef89f9df241a96156b6a Mon Sep 17 00:00:00 2001 From: Faiyaz Ahmed Date: Wed, 17 Oct 2007 18:22:01 +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