aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2011-07-03 03:26:02 +0000
committerGravatar Brendan Taylor <whateley@gmail.com>2011-07-03 03:31:51 +0000
commit10c1657c30594bcf8c0bf88851330264f9a7eed7 (patch)
treea1340c92ffe1bbded6ac09ef7f61903a45b912ec /Makefile
parent88055228d2cd8780d281eb31bf688170c23254ce (diff)
add new .o files to 'make clean'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 25991b8..fa765a5 100644
--- a/Makefile
+++ b/Makefile
@@ -104,6 +104,11 @@ clean:
rm -f inspector.o
rm -f cookie-jar.o
rm -f util.o
+ rm -f commands.o
+ rm -f io.o
+ rm -f menu.o
+ rm -f status-bar.o
+ rm -f variables.o
find ./examples/ -name "*.pyc" -delete
cd ./tests/; $(MAKE) clean
rm -rf ./sandbox/