aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2010-10-08 07:15:08 -0600
committerGravatar Brendan Taylor <whateley@gmail.com>2010-10-08 07:15:08 -0600
commit5beca10731d22fff4b8d36b1b5ea3e9de8521452 (patch)
tree922ff98a7775b522e0963fb06c7e2ab0730b75c2 /Makefile
parent4a180e955fc0e9826a4808b05b04c649869cd21e (diff)
add cookie-jar.o to make clean
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5287d5c..55756e8 100644
--- a/Makefile
+++ b/Makefile
@@ -76,6 +76,7 @@ clean:
rm -f events.o
rm -f callbacks.o
rm -f inspector.o
+ rm -f cookie-jar.o
find ./examples/ -name "*.pyc" -delete
cd ./tests/; $(MAKE) clean
rm -rf ./sandbox/