aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2010-12-27 14:48:57 -0700
committerGravatar Brendan Taylor <whateley@gmail.com>2010-12-27 14:48:57 -0700
commit734ab102a6b6aa67bcdeb70174d1e2a7fa50b7be (patch)
treeecd697b88ee6da46a0cc2120eec1c6ea7fe17dae /Makefile
parent6a357cfa2b005cd594ba1183c71531acd4b09556 (diff)
delete all .o files in 'make clean'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 44a07a1..a0d7655 100644
--- a/Makefile
+++ b/Makefile
@@ -100,12 +100,7 @@ test-uzbl-tabbed-sandbox: uzbl-browser
clean:
rm -f uzbl-core
rm -f uzbl-cookie-manager
- rm -f uzbl-core.o
- rm -f events.o
- rm -f callbacks.o
- rm -f inspector.o
- rm -f cookie-jar.o
- rm -f util.o
+ rm -f *.o
find ./examples/ -name "*.pyc" -delete
cd ./tests/; $(MAKE) clean
rm -rf ./sandbox/